#6E5E39

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

Shades of Yellow Metal #6E5E39

Tints of Yellow Metal #6E5E39

Color information

#6E5E39 (or 0x6E5E39) is unknown color: approx Yellow Metal. HEX triplet: 6E, 5E and 39. RGB value is (110,94,57). Sum of RGB (Red+Green+Blue) = 110+94+57=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5E39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5E39 is #91A1C6. Grayscale: #5E5E5E. Windows color (decimal): -9544135 or 3759726. OLE color: 3759726.

HSL color Cylindrical-coordinate representation of color #6E5E39: hue angle of 41.89º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E5E39 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.57.

Color convert

RGB1109457-
CMYK00.150.480.57
HSL41.89º31.74%32.75%-
HSV(B)41.89º48.18%43.14%-
XYZ11.1711.625.52-
YUV94.57106.8139.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.15%
GREEN value IS 94 (37.11% from 255) = 36.02%
BLUE value IS 57 (22.66% from 255) = 21.84%
R=42.15%
G=36.02%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110945700.150.480.5741.8931.7432.75
Hex6E5E390F30392a2021
Octal156136710176071524041
Binary1101110101111011100101111110000111001101010100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,94,57); }

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

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

 a { background-color: rgb(110,94,57); }

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

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

 span { border-color: rgb(110,94,57); }

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