#6D4C42

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

Shades of Spice #6D4C42

Tints of Spice #6D4C42

Color information

#6D4C42 (or 0x6D4C42) is unknown color: approx Spice. HEX triplet: 6D, 4C and 42. RGB value is (109,76,66). Sum of RGB (Red+Green+Blue) = 109+76+66=251 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.43% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4C42 is #92B3BD. Grayscale: #545454. Windows color (decimal): -9614270 or 4344941. OLE color: 4344941.

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

Color convert

RGB1097666-
CMYK00.300.390.57
HSL13.95º24.57%34.31%-
HSV(B)13.95º39.45%42.75%-
XYZ9.878.816.33-
YUV84.73117.43145.31-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.43%
GREEN value IS 76 (30.08% from 255) = 30.28%
BLUE value IS 66 (26.17% from 255) = 26.29%
R=43.43%
G=30.28%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109766600.300.390.5713.9524.5734.31
Hex6D4C4201E2739e1922
Octal1551141020364771163142
Binary110110110011001000010011110100111111001111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,76,66); }

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

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

 a { background-color: rgb(109,76,66); }

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

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

 span { border-color: rgb(109,76,66); }

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