#6D6041

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

Shades of Yellow Metal #6D6041

Tints of Yellow Metal #6D6041

Color information

#6D6041 (or 0x6D6041) is unknown color: approx Yellow Metal. HEX triplet: 6D, 60 and 41. RGB value is (109,96,65). Sum of RGB (Red+Green+Blue) = 109+96+65=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6041 is #929FBE. Grayscale: #606060. Windows color (decimal): -9609151 or 4284525. OLE color: 4284525.

HSL color Cylindrical-coordinate representation of color #6D6041: hue angle of 42.27º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D6041 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.57.

Color convert

RGB1099665-
CMYK00.120.400.57
HSL42.27º25.29%34.12%-
HSV(B)42.27º40.37%42.75%-
XYZ11.44126.71-
YUV96.35110.31137.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.37%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 65 (25.78% from 255) = 24.07%
R=40.37%
G=35.56%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109966500.120.400.5742.2725.2934.12
Hex6D60410C28392a1922
Octal1551401010145071523142
Binary1101101110000010000010110010100011100110101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,96,65); }

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

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

 a { background-color: rgb(109,96,65); }

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

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

 span { border-color: rgb(109,96,65); }

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