Shades of Spice #69513C
Tints of Spice #69513C
RGB
CMYK
RGB Variations
Color information
#69513C (or 0x69513C) is known color: Spice. HEX triplet: 69, 51 and 3C. RGB value is (105,81,60). Sum of RGB (Red+Green+Blue) = 105+81+60=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 105 - color contains mainly: red. Hex color #69513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69513C is #96AEC3. Grayscale: #555555. Windows color (decimal): -9875140 or 3953001. OLE color: 3953001.
HSL color Cylindrical-coordinate representation of color #69513C: hue angle of 28º 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 #69513C is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 81 | 60 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.59 |
| HSL | 28º | 0.27% | 0.32% | - |
| HSV(B) | 28º | 0.43% | 0.41% | - |
| XYZ | 9.58 | 9.21 | 5.55 | - |
| YUV | 85.78 | 113.45 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 81 | 60 | 0 | 0.23 | 0.43 | 0.59 | 28 | 0.27 | 0.32 |
| Hex | 69 | 51 | 3C | 0 | 17 | 2B | 3B | 1C | 1B | 20 |
| Octal | 151 | 121 | 74 | 0 | 27 | 53 | 73 | 34 | 33 | 40 |
| Binary | 1101001 | 1010001 | 111100 | 0 | 10111 | 101011 | 111011 | 11100 | 11011 | 100000 |
Color Harmonies of #69513C
Complementary color
Monochromatic Colors of #69513C
Black with #69513C
Text Example
Text Example
White with #69513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69513C; }
p { color: rgb(105,81,60); }
H1.HeaderClassName
{
color: #69513C;
}
.AnyTagClassName
{
color: #69513C;
}
</style>
background-color css
<style>
a { background-color: #69513C; }
a { background-color: rgb(105,81,60); }
div.DivClassName
{
background-color: #69513C;
}
.BgClassName
{
background-color: #69513C;
}
</style>
border-color css
<style>
span { border-color: #69513C; }
span { border-color: rgb(105,81,60); }
td.TdClassName
{
border-color: #69513C;
}
.TagClassName
{
border-color: #69513C;
}
</style>