#6C5B3E

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

Shades of Yellow Metal #6C5B3E

Tints of Yellow Metal #6C5B3E

Color information

#6C5B3E (or 0x6C5B3E) is unknown color: approx Yellow Metal. HEX triplet: 6C, 5B and 3E. RGB value is (108,91,62). Sum of RGB (Red+Green+Blue) = 108+91+62=261 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.38% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5B3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5B3E is #93A4C1. Grayscale: #5C5C5C. Windows color (decimal): -9675970 or 4086636. OLE color: 4086636.

HSL color Cylindrical-coordinate representation of color #6C5B3E: hue angle of 37.83º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C5B3E is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB1089162-
CMYK00.160.430.58
HSL37.83º27.06%33.33%-
HSV(B)37.83º42.59%42.35%-
XYZ10.7911.026.12-
YUV92.78110.63138.86-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.38%
GREEN value IS 91 (35.94% from 255) = 34.87%
BLUE value IS 62 (24.61% from 255) = 23.75%
R=41.38%
G=34.87%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108916200.160.430.5837.8327.0633.33
Hex6C5B3E0102B3A261b21
Octal154133760205372463341
Binary1101100101101111111001000010101111101010011011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,91,62); }

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

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

 a { background-color: rgb(108,91,62); }

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

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

 span { border-color: rgb(108,91,62); }

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