Shades of Spice #694A40
Tints of Spice #694A40
RGB
CMYK
RGB Variations
Color information
#694A40 (or 0x694A40) is known color: Spice. HEX triplet: 69, 4A and 40. RGB value is (105,74,64). Sum of RGB (Red+Green+Blue) = 105+74+64=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 105 - color contains mainly: red. Hex color #694A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694A40 is #96B5BF. Grayscale: #525252. Windows color (decimal): -9876928 or 4213353. OLE color: 4213353.
HSL color Cylindrical-coordinate representation of color #694A40: hue angle of 14.63º 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 #694A40 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 74 | 64 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.59 |
| HSL | 14.63º | 0.24% | 0.33% | - |
| HSV(B) | 14.63º | 0.39% | 0.41% | - |
| XYZ | 9.2 | 8.27 | 5.96 | - |
| YUV | 82.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 64 | 0 | 0.30 | 0.39 | 0.59 | 14.63 | 0.24 | 0.33 |
| Hex | 69 | 4A | 40 | 0 | 1E | 27 | 3B | F | 18 | 21 |
| Octal | 151 | 112 | 100 | 0 | 36 | 47 | 73 | 17 | 30 | 41 |
| Binary | 1101001 | 1001010 | 1000000 | 0 | 11110 | 100111 | 111011 | 1111 | 11000 | 100001 |
Color Harmonies of #694A40
Complementary color
Monochromatic Colors of #694A40
Black with #694A40
Text Example
Text Example
White with #694A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694A40; }
p { color: rgb(105,74,64); }
H1.HeaderClassName
{
color: #694A40;
}
.AnyTagClassName
{
color: #694A40;
}
</style>
background-color css
<style>
a { background-color: #694A40; }
a { background-color: rgb(105,74,64); }
div.DivClassName
{
background-color: #694A40;
}
.BgClassName
{
background-color: #694A40;
}
</style>
border-color css
<style>
span { border-color: #694A40; }
span { border-color: rgb(105,74,64); }
td.TdClassName
{
border-color: #694A40;
}
.TagClassName
{
border-color: #694A40;
}
</style>