#6D5C38

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

Shades of Yellow Metal #6D5C38

Tints of Yellow Metal #6D5C38

Color information

#6D5C38 (or 0x6D5C38) is unknown color: approx Yellow Metal. HEX triplet: 6D, 5C and 38. RGB value is (109,92,56). Sum of RGB (Red+Green+Blue) = 109+92+56=257 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.41% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5C38 is #92A3C7. Grayscale: #5D5D5D. Windows color (decimal): -9610184 or 3693677. OLE color: 3693677.

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

Color convert

RGB1099256-
CMYK00.160.490.57
HSL40.75º32.12%32.35%-
HSV(B)40.75º48.62%42.75%-
XYZ10.8511.195.33-
YUV92.98107.13139.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.41%
GREEN value IS 92 (36.33% from 255) = 35.80%
BLUE value IS 56 (22.27% from 255) = 21.79%
R=42.41%
G=35.80%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109925600.160.490.5740.7532.1232.35
Hex6D5C380103139292020
Octal155134700206171514040
Binary11011011011100111000010000110001111001101001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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