#6D5C3F

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

Shades of Yellow Metal #6D5C3F

Tints of Yellow Metal #6D5C3F

Color information

#6D5C3F (or 0x6D5C3F) is unknown color: approx Yellow Metal. HEX triplet: 6D, 5C and 3F. RGB value is (109,92,63). Sum of RGB (Red+Green+Blue) = 109+92+63=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5C3F is #92A3C0. Grayscale: #5D5D5D. Windows color (decimal): -9610177 or 4152429. OLE color: 4152429.

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

Color convert

RGB1099263-
CMYK00.160.420.57
HSL37.83º26.74%33.73%-
HSV(B)37.83º42.2%42.75%-
XYZ11.0311.266.3-
YUV93.78110.63138.86-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.29%
GREEN value IS 92 (36.33% from 255) = 34.85%
BLUE value IS 63 (25% from 255) = 23.86%
R=41.29%
G=34.85%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109926300.160.420.5737.8326.7433.73
Hex6D5C3F0102A39261b22
Octal155134770205271463342
Binary1101101101110011111101000010101011100110011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,92,63); }

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

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

 a { background-color: rgb(109,92,63); }

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

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

 span { border-color: rgb(109,92,63); }

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