#6C4C3D

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

Shades of Spice #6C4C3D

Tints of Spice #6C4C3D

Color information

#6C4C3D (or 0x6C4C3D) is unknown color: approx Spice. HEX triplet: 6C, 4C and 3D. RGB value is (108,76,61). Sum of RGB (Red+Green+Blue) = 108+76+61=245 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.08% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4C3D is #93B3C2. Grayscale: #535353. Windows color (decimal): -9679811 or 4017260. OLE color: 4017260.

HSL color Cylindrical-coordinate representation of color #6C4C3D: hue angle of 19.15º 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 #6C4C3D is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB1087661-
CMYK00.300.440.58
HSL19.15º27.81%33.14%-
HSV(B)19.15º43.52%42.35%-
XYZ9.618.695.59-
YUV83.86115.1145.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.08%
GREEN value IS 76 (30.08% from 255) = 31.02%
BLUE value IS 61 (24.22% from 255) = 24.90%
R=44.08%
G=31.02%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108766100.300.440.5819.1527.8133.14
Hex6C4C3D01E2C3A131c21
Octal154114750365472233441
Binary110110010011001111010111101011001110101001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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