#6C5C40

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

Shades of Yellow Metal #6C5C40

Tints of Yellow Metal #6C5C40

Color information

#6C5C40 (or 0x6C5C40) is unknown color: approx Yellow Metal. HEX triplet: 6C, 5C and 40. RGB value is (108,92,64). Sum of RGB (Red+Green+Blue) = 108+92+64=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5C40 is #93A3BF. Grayscale: #5D5D5D. Windows color (decimal): -9675712 or 4217964. OLE color: 4217964.

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

Color convert

RGB1089264-
CMYK00.150.410.58
HSL38.18º25.58%33.73%-
HSV(B)38.18º40.74%42.35%-
XYZ10.9411.216.44-
YUV93.59111.3138.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.91%
GREEN value IS 92 (36.33% from 255) = 34.85%
BLUE value IS 64 (25.39% from 255) = 24.24%
R=40.91%
G=34.85%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108926400.150.410.5838.1825.5833.73
Hex6C5C400F293A261a22
Octal1541341000175172463242
Binary1101100101110010000000111110100111101010011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,92,64); }

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

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

 a { background-color: rgb(108,92,64); }

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

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

 span { border-color: rgb(108,92,64); }

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