Shades of Spice #694C3C
Tints of Spice #694C3C
RGB
CMYK
RGB Variations
Color information
#694C3C (or 0x694C3C) is known color: Spice. HEX triplet: 69, 4C and 3C. RGB value is (105,76,60). Sum of RGB (Red+Green+Blue) = 105+76+60=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #694C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694C3C is #96B3C3. Grayscale: #525252. Windows color (decimal): -9876420 or 3951721. OLE color: 3951721.
HSL color Cylindrical-coordinate representation of color #694C3C: hue angle of 21.33º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #694C3C is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 76 | 60 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.59 |
| HSL | 21.33º | 0.27% | 0.32% | - |
| HSV(B) | 21.33º | 0.43% | 0.41% | - |
| XYZ | 9.23 | 8.5 | 5.43 | - |
| YUV | 82.85 | 115.11 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 60 | 0 | 0.28 | 0.43 | 0.59 | 21.33 | 0.27 | 0.32 |
| Hex | 69 | 4C | 3C | 0 | 1C | 2B | 3B | 15 | 1B | 20 |
| Octal | 151 | 114 | 74 | 0 | 34 | 53 | 73 | 25 | 33 | 40 |
| Binary | 1101001 | 1001100 | 111100 | 0 | 11100 | 101011 | 111011 | 10101 | 11011 | 100000 |
Color Harmonies of #694C3C
Complementary color
Monochromatic Colors of #694C3C
Black with #694C3C
Text Example
Text Example
White with #694C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694C3C; }
p { color: rgb(105,76,60); }
H1.HeaderClassName
{
color: #694C3C;
}
.AnyTagClassName
{
color: #694C3C;
}
</style>
background-color css
<style>
a { background-color: #694C3C; }
a { background-color: rgb(105,76,60); }
div.DivClassName
{
background-color: #694C3C;
}
.BgClassName
{
background-color: #694C3C;
}
</style>
border-color css
<style>
span { border-color: #694C3C; }
span { border-color: rgb(105,76,60); }
td.TdClassName
{
border-color: #694C3C;
}
.TagClassName
{
border-color: #694C3C;
}
</style>