Shades of Spice #694B40
Tints of Spice #694B40
RGB
CMYK
RGB Variations
Color information
#694B40 (or 0x694B40) is known color: Spice. HEX triplet: 69, 4B and 40. RGB value is (105,75,64). Sum of RGB (Red+Green+Blue) = 105+75+64=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 105 - color contains mainly: red. Hex color #694B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694B40 is #96B4BF. Grayscale: #525252. Windows color (decimal): -9876672 or 4213609. OLE color: 4213609.
HSL color Cylindrical-coordinate representation of color #694B40: hue angle of 16.1º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #694B40 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 75 | 64 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.59 |
| HSL | 16.1º | 0.24% | 0.33% | - |
| HSV(B) | 16.1º | 0.39% | 0.41% | - |
| XYZ | 9.27 | 8.41 | 5.98 | - |
| YUV | 82.72 | 117.44 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 64 | 0 | 0.29 | 0.39 | 0.59 | 16.1 | 0.24 | 0.33 |
| Hex | 69 | 4B | 40 | 0 | 1D | 27 | 3B | 10 | 18 | 21 |
| Octal | 151 | 113 | 100 | 0 | 35 | 47 | 73 | 20 | 30 | 41 |
| Binary | 1101001 | 1001011 | 1000000 | 0 | 11101 | 100111 | 111011 | 10000 | 11000 | 100001 |
Color Harmonies of #694B40
Complementary color
Monochromatic Colors of #694B40
Black with #694B40
Text Example
Text Example
White with #694B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694B40; }
p { color: rgb(105,75,64); }
H1.HeaderClassName
{
color: #694B40;
}
.AnyTagClassName
{
color: #694B40;
}
</style>
background-color css
<style>
a { background-color: #694B40; }
a { background-color: rgb(105,75,64); }
div.DivClassName
{
background-color: #694B40;
}
.BgClassName
{
background-color: #694B40;
}
</style>
border-color css
<style>
span { border-color: #694B40; }
span { border-color: rgb(105,75,64); }
td.TdClassName
{
border-color: #694B40;
}
.TagClassName
{
border-color: #694B40;
}
</style>