#6E6640

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

Shades of Yellow Metal #6E6640

Tints of Yellow Metal #6E6640

Color information

#6E6640 (or 0x6E6640) is unknown color: approx Yellow Metal. HEX triplet: 6E, 66 and 40. RGB value is (110,102,64). Sum of RGB (Red+Green+Blue) = 110+102+64=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6640 is #9199BF. Grayscale: #646464. Windows color (decimal): -9542080 or 4220526. OLE color: 4220526.

HSL color Cylindrical-coordinate representation of color #6E6640: hue angle of 49.57º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E6640 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.57.

Color convert

RGB11010264-
CMYK00.070.420.57
HSL49.57º26.44%34.12%-
HSV(B)49.57º41.82%43.14%-
XYZ12.1113.196.76-
YUV100.06107.65135.09-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.86%
GREEN value IS 102 (40.23% from 255) = 36.96%
BLUE value IS 64 (25.39% from 255) = 23.19%
R=39.86%
G=36.96%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101026400.070.420.5749.5726.4434.12
Hex6E6640072A39321a22
Octal156146100075271623242
Binary110111011001101000000011110101011100111001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E6640; }

 p { color: rgb(110,102,64); }

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

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

 a { background-color: rgb(110,102,64); }

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

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

 span { border-color: rgb(110,102,64); }

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