#6C6039

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

Shades of Yellow Metal #6C6039

Tints of Yellow Metal #6C6039

Color information

#6C6039 (or 0x6C6039) is unknown color: approx Yellow Metal. HEX triplet: 6C, 60 and 39. RGB value is (108,96,57). Sum of RGB (Red+Green+Blue) = 108+96+57=261 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.38% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6039 is #939FC6. Grayscale: #5F5F5F. Windows color (decimal): -9674695 or 3760236. OLE color: 3760236.

HSL color Cylindrical-coordinate representation of color #6C6039: hue angle of 45.88º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C6039 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.58.

Color convert

RGB1089657-
CMYK00.110.470.58
HSL45.88º30.91%32.35%-
HSV(B)45.88º47.22%42.35%-
XYZ11.1111.855.57-
YUV95.14106.48137.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.38%
GREEN value IS 96 (37.89% from 255) = 36.78%
BLUE value IS 57 (22.66% from 255) = 21.84%
R=41.38%
G=36.78%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108965700.110.470.5845.8830.9132.35
Hex6C60390B2F3A2e1f20
Octal154140710135772563740
Binary110110011000001110010101110111111101010111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,96,57); }

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

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

 a { background-color: rgb(108,96,57); }

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

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

 span { border-color: rgb(108,96,57); }

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