Shades of Spice #694D41
Tints of Spice #694D41
RGB
CMYK
RGB Variations
Color information
#694D41 (or 0x694D41) is known color: Spice. HEX triplet: 69, 4D and 41. RGB value is (105,77,65). Sum of RGB (Red+Green+Blue) = 105+77+65=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #694D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694D41 is #96B2BE. Grayscale: #545454. Windows color (decimal): -9876159 or 4279657. OLE color: 4279657.
HSL color Cylindrical-coordinate representation of color #694D41: hue angle of 18º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #694D41 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 77 | 65 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.59 |
| HSL | 18º | 0.24% | 0.33% | - |
| HSV(B) | 18º | 0.38% | 0.41% | - |
| XYZ | 9.43 | 8.69 | 6.18 | - |
| YUV | 84 | 117.28 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 65 | 0 | 0.27 | 0.38 | 0.59 | 18 | 0.24 | 0.33 |
| Hex | 69 | 4D | 41 | 0 | 1B | 26 | 3B | 12 | 18 | 21 |
| Octal | 151 | 115 | 101 | 0 | 33 | 46 | 73 | 22 | 30 | 41 |
| Binary | 1101001 | 1001101 | 1000001 | 0 | 11011 | 100110 | 111011 | 10010 | 11000 | 100001 |
Color Harmonies of #694D41
Complementary color
Monochromatic Colors of #694D41
Black with #694D41
Text Example
Text Example
White with #694D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D41; }
p { color: rgb(105,77,65); }
H1.HeaderClassName
{
color: #694D41;
}
.AnyTagClassName
{
color: #694D41;
}
</style>
background-color css
<style>
a { background-color: #694D41; }
a { background-color: rgb(105,77,65); }
div.DivClassName
{
background-color: #694D41;
}
.BgClassName
{
background-color: #694D41;
}
</style>
border-color css
<style>
span { border-color: #694D41; }
span { border-color: rgb(105,77,65); }
td.TdClassName
{
border-color: #694D41;
}
.TagClassName
{
border-color: #694D41;
}
</style>