#6E6644

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

Shades of Yellow Metal #6E6644

Tints of Yellow Metal #6E6644

Color information

#6E6644 (or 0x6E6644) is unknown color: approx Yellow Metal. HEX triplet: 6E, 66 and 44. RGB value is (110,102,68). Sum of RGB (Red+Green+Blue) = 110+102+68=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6644 is #9199BB. Grayscale: #646464. Windows color (decimal): -9542076 or 4482670. OLE color: 4482670.

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

Color convert

RGB11010268-
CMYK00.070.380.57
HSL48.57º23.6%34.9%-
HSV(B)48.57º38.18%43.14%-
XYZ12.2313.247.38-
YUV100.52109.65134.76-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.29%
GREEN value IS 102 (40.23% from 255) = 36.43%
BLUE value IS 68 (26.95% from 255) = 24.29%
R=39.29%
G=36.43%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101026800.070.380.5748.5723.634.9
Hex6E6644072639311823
Octal156146104074671613043
Binary110111011001101000100011110011011100111000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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