#696140

Color #696140 Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #696140

Tints of Yellow Metal #696140

Color information

#696140 (or 0x696140) is unknown color: approx Yellow Metal. HEX triplet: 69, 61 and 40. RGB value is (105,97,64). Sum of RGB (Red+Green+Blue) = 105+97+64=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 105 - color contains mainly: red. Hex color #696140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696140 is #969EBF. Grayscale: #5F5F5F. Windows color (decimal): -9871040 or 4219241. OLE color: 4219241.

HSL color Cylindrical-coordinate representation of color #696140: hue angle of 48.29º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #696140 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1059764-
CMYK00.080.390.59
HSL48.29º24.26%33.14%-
HSV(B)48.29º39.05%41.18%-
XYZ11.0311.926.57-
YUV95.63110.15134.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 39.47%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 64 (25.39% from 255) = 24.06%
R=39.47%
G=36.47%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105976400.080.390.5948.2924.2633.14
Hex69614008273B301821
Octal1511411000104773603041
Binary1101001110000110000000100010011111101111000011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696140; }

 p { color: rgb(105,97,64); }

 H1.HeaderClassName
 {
   color: #696140;
 }
 .AnyTagClassName
 {
   color: #696140;
 }
</style>
background-color css

<style>
 a { background-color: #696140; }

 a { background-color: rgb(105,97,64); }

 div.DivClassName
 {
   background-color: #696140;
 }
 .BgClassName
 {
   background-color: #696140;
 }
</style>
border-color css

<style>
 span { border-color: #696140; }

 span { border-color: rgb(105,97,64); }

 td.TdClassName
 {
   border-color: #696140;
 }
 .TagClassName
 {
   border-color: #696140;
 }
</style>