#6C5E42

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

Shades of Yellow Metal #6C5E42

Tints of Yellow Metal #6C5E42

Color information

#6C5E42 (or 0x6C5E42) is unknown color: approx Yellow Metal. HEX triplet: 6C, 5E and 42. RGB value is (108,94,66). Sum of RGB (Red+Green+Blue) = 108+94+66=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5E42 is #93A1BD. Grayscale: #5F5F5F. Windows color (decimal): -9675198 or 4349548. OLE color: 4349548.

HSL color Cylindrical-coordinate representation of color #6C5E42: hue angle of 40º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6C5E42 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB1089466-
CMYK00.130.390.58
HSL40º24.14%34.12%-
HSV(B)40º38.89%42.35%-
XYZ11.1711.596.8-
YUV94.99111.64137.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.30%
GREEN value IS 94 (37.11% from 255) = 35.07%
BLUE value IS 66 (26.17% from 255) = 24.63%
R=40.30%
G=35.07%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108946600.130.390.584024.1434.12
Hex6C5E420D273A281822
Octal1541361020154772503042
Binary1101100101111010000100110110011111101010100011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,94,66); }

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

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

 a { background-color: rgb(108,94,66); }

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

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

 span { border-color: rgb(108,94,66); }

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