Shades of Spice #6C483C
Tints of Spice #6C483C
RGB
CMYK
RGB Variations
Color information
#6C483C (or 0x6C483C) is known color: Spice. HEX triplet: 6C, 48 and 3C. RGB value is (108,72,60). Sum of RGB (Red+Green+Blue) = 108+72+60=240 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 108 - color contains mainly: red. Hex color #6C483C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C483C is #93B7C3. Grayscale: #515151. Windows color (decimal): -9680836 or 3950700. OLE color: 3950700.
HSL color Cylindrical-coordinate representation of color #6C483C: hue angle of 15º degrees, saturation: 0.29, 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 #6C483C is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 72 | 60 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.58 |
| HSL | 15º | 0.29% | 0.33% | - |
| HSV(B) | 15º | 0.44% | 0.42% | - |
| XYZ | 9.32 | 8.15 | 5.36 | - |
| YUV | 81.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 72 | 60 | 0 | 0.33 | 0.44 | 0.58 | 15 | 0.29 | 0.33 |
| Hex | 6C | 48 | 3C | 0 | 21 | 2C | 3A | F | 1D | 21 |
| Octal | 154 | 110 | 74 | 0 | 41 | 54 | 72 | 17 | 35 | 41 |
| Binary | 1101100 | 1001000 | 111100 | 0 | 100001 | 101100 | 111010 | 1111 | 11101 | 100001 |
Color Harmonies of #6C483C
Complementary color
Monochromatic Colors of #6C483C
Black with #6C483C
Text Example
Text Example
White with #6C483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C483C; }
p { color: rgb(108,72,60); }
H1.HeaderClassName
{
color: #6C483C;
}
.AnyTagClassName
{
color: #6C483C;
}
</style>
background-color css
<style>
a { background-color: #6C483C; }
a { background-color: rgb(108,72,60); }
div.DivClassName
{
background-color: #6C483C;
}
.BgClassName
{
background-color: #6C483C;
}
</style>
border-color css
<style>
span { border-color: #6C483C; }
span { border-color: rgb(108,72,60); }
td.TdClassName
{
border-color: #6C483C;
}
.TagClassName
{
border-color: #6C483C;
}
</style>