#6C4E3D

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

Shades of Spice #6C4E3D

Tints of Spice #6C4E3D

Color information

#6C4E3D (or 0x6C4E3D) is unknown color: approx Spice. HEX triplet: 6C, 4E and 3D. RGB value is (108,78,61). Sum of RGB (Red+Green+Blue) = 108+78+61=247 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.72% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C4E3D is #93B1C2. Grayscale: #555555. Windows color (decimal): -9679299 or 4017772. OLE color: 4017772.

HSL color Cylindrical-coordinate representation of color #6C4E3D: hue angle of 21.7º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C4E3D is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB1087861-
CMYK00.280.440.58
HSL21.7º27.81%33.14%-
HSV(B)21.7º43.52%42.35%-
XYZ9.758.975.63-
YUV85.03114.44144.38-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.72%
GREEN value IS 78 (30.86% from 255) = 31.58%
BLUE value IS 61 (24.22% from 255) = 24.70%
R=43.72%
G=31.58%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108786100.280.440.5821.727.8133.14
Hex6C4E3D01C2C3A161c21
Octal154116750345472263441
Binary110110010011101111010111001011001110101011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,78,61); }

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

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

 a { background-color: rgb(108,78,61); }

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

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

 span { border-color: rgb(108,78,61); }

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