#6D5E37

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

Shades of Yellow Metal #6D5E37

Tints of Yellow Metal #6D5E37

Color information

#6D5E37 (or 0x6D5E37) is unknown color: approx Yellow Metal. HEX triplet: 6D, 5E and 37. RGB value is (109,94,55). Sum of RGB (Red+Green+Blue) = 109+94+55=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 55 (21.88% from 255 or 21.32% from 258); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5E37 is #92A1C8. Grayscale: #5E5E5E. Windows color (decimal): -9609673 or 3628653. OLE color: 3628653.

HSL color Cylindrical-coordinate representation of color #6D5E37: hue angle of 43.33º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D5E37 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.57.

Color convert

RGB1099455-
CMYK00.140.500.57
HSL43.33º32.93%32.16%-
HSV(B)43.33º49.54%42.75%-
XYZ1111.535.26-
YUV94.04105.97138.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.25%
GREEN value IS 94 (37.11% from 255) = 36.43%
BLUE value IS 55 (21.88% from 255) = 21.32%
R=42.25%
G=36.43%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109945500.140.500.5743.3332.9332.16
Hex6D5E370E32392b2120
Octal155136670166271534140
Binary1101101101111011011101110110010111001101011100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,94,55); }

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

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

 a { background-color: rgb(109,94,55); }

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

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

 span { border-color: rgb(109,94,55); }

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