Shades of Spice #694D43
Tints of Spice #694D43
RGB
CMYK
RGB Variations
Color information
#694D43 (or 0x694D43) is known color: Spice. HEX triplet: 69, 4D and 43. RGB value is (105,77,67). Sum of RGB (Red+Green+Blue) = 105+77+67=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #694D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694D43 is #96B2BC. Grayscale: #545454. Windows color (decimal): -9876157 or 4410729. OLE color: 4410729.
HSL color Cylindrical-coordinate representation of color #694D43: hue angle of 15.79º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #694D43 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 77 | 67 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.59 |
| HSL | 15.79º | 0.22% | 0.34% | - |
| HSV(B) | 15.79º | 0.36% | 0.41% | - |
| XYZ | 9.49 | 8.72 | 6.49 | - |
| YUV | 84.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 67 | 0 | 0.27 | 0.36 | 0.59 | 15.79 | 0.22 | 0.34 |
| Hex | 69 | 4D | 43 | 0 | 1B | 24 | 3B | 10 | 16 | 22 |
| Octal | 151 | 115 | 103 | 0 | 33 | 44 | 73 | 20 | 26 | 42 |
| Binary | 1101001 | 1001101 | 1000011 | 0 | 11011 | 100100 | 111011 | 10000 | 10110 | 100010 |
Color Harmonies of #694D43
Complementary color
Monochromatic Colors of #694D43
Black with #694D43
Text Example
Text Example
White with #694D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D43; }
p { color: rgb(105,77,67); }
H1.HeaderClassName
{
color: #694D43;
}
.AnyTagClassName
{
color: #694D43;
}
</style>
background-color css
<style>
a { background-color: #694D43; }
a { background-color: rgb(105,77,67); }
div.DivClassName
{
background-color: #694D43;
}
.BgClassName
{
background-color: #694D43;
}
</style>
border-color css
<style>
span { border-color: #694D43; }
span { border-color: rgb(105,77,67); }
td.TdClassName
{
border-color: #694D43;
}
.TagClassName
{
border-color: #694D43;
}
</style>