Shades of Spice #694F41
Tints of Spice #694F41
RGB
CMYK
RGB Variations
Color information
#694F41 (or 0x694F41) is known color: Spice. HEX triplet: 69, 4F and 41. RGB value is (105,79,65). Sum of RGB (Red+Green+Blue) = 105+79+65=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #694F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694F41 is #96B0BE. Grayscale: #555555. Windows color (decimal): -9875647 or 4280169. OLE color: 4280169.
HSL color Cylindrical-coordinate representation of color #694F41: hue angle of 21º 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 #694F41 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 79 | 65 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.59 |
| HSL | 21º | 0.24% | 0.33% | - |
| HSV(B) | 21º | 0.38% | 0.41% | - |
| XYZ | 9.58 | 8.98 | 6.23 | - |
| YUV | 85.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 65 | 0 | 0.25 | 0.38 | 0.59 | 21 | 0.24 | 0.33 |
| Hex | 69 | 4F | 41 | 0 | 19 | 26 | 3B | 15 | 18 | 21 |
| Octal | 151 | 117 | 101 | 0 | 31 | 46 | 73 | 25 | 30 | 41 |
| Binary | 1101001 | 1001111 | 1000001 | 0 | 11001 | 100110 | 111011 | 10101 | 11000 | 100001 |
Color Harmonies of #694F41
Complementary color
Monochromatic Colors of #694F41
Black with #694F41
Text Example
Text Example
White with #694F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F41; }
p { color: rgb(105,79,65); }
H1.HeaderClassName
{
color: #694F41;
}
.AnyTagClassName
{
color: #694F41;
}
</style>
background-color css
<style>
a { background-color: #694F41; }
a { background-color: rgb(105,79,65); }
div.DivClassName
{
background-color: #694F41;
}
.BgClassName
{
background-color: #694F41;
}
</style>
border-color css
<style>
span { border-color: #694F41; }
span { border-color: rgb(105,79,65); }
td.TdClassName
{
border-color: #694F41;
}
.TagClassName
{
border-color: #694F41;
}
</style>