Shades of Spice #694A3C
Tints of Spice #694A3C
RGB
CMYK
RGB Variations
Color information
#694A3C (or 0x694A3C) is known color: Spice. HEX triplet: 69, 4A and 3C. RGB value is (105,74,60). Sum of RGB (Red+Green+Blue) = 105+74+60=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #694A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694A3C is #96B5C3. Grayscale: #515151. Windows color (decimal): -9876932 or 3951209. OLE color: 3951209.
HSL color Cylindrical-coordinate representation of color #694A3C: hue angle of 18.67º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #694A3C is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 74 | 60 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.59 |
| HSL | 18.67º | 0.27% | 0.32% | - |
| HSV(B) | 18.67º | 0.43% | 0.41% | - |
| XYZ | 9.09 | 8.23 | 5.38 | - |
| YUV | 81.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 60 | 0 | 0.30 | 0.43 | 0.59 | 18.67 | 0.27 | 0.32 |
| Hex | 69 | 4A | 3C | 0 | 1E | 2B | 3B | 13 | 1B | 20 |
| Octal | 151 | 112 | 74 | 0 | 36 | 53 | 73 | 23 | 33 | 40 |
| Binary | 1101001 | 1001010 | 111100 | 0 | 11110 | 101011 | 111011 | 10011 | 11011 | 100000 |
Color Harmonies of #694A3C
Complementary color
Monochromatic Colors of #694A3C
Black with #694A3C
Text Example
Text Example
White with #694A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694A3C; }
p { color: rgb(105,74,60); }
H1.HeaderClassName
{
color: #694A3C;
}
.AnyTagClassName
{
color: #694A3C;
}
</style>
background-color css
<style>
a { background-color: #694A3C; }
a { background-color: rgb(105,74,60); }
div.DivClassName
{
background-color: #694A3C;
}
.BgClassName
{
background-color: #694A3C;
}
</style>
border-color css
<style>
span { border-color: #694A3C; }
span { border-color: rgb(105,74,60); }
td.TdClassName
{
border-color: #694A3C;
}
.TagClassName
{
border-color: #694A3C;
}
</style>