Shades of Spice #6F4E44
Tints of Spice #6F4E44
RGB
CMYK
RGB Variations
Color information
#6F4E44 (or 0x6F4E44) is known color: Spice. HEX triplet: 6F, 4E and 44. RGB value is (111,78,68). Sum of RGB (Red+Green+Blue) = 111+78+68=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4E44 is #90B1BB. Grayscale: #565656. Windows color (decimal): -9482684 or 4476527. OLE color: 4476527.
HSL color Cylindrical-coordinate representation of color #6F4E44: hue angle of 13.95º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F4E44 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 78 | 68 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.56 |
| HSL | 13.95º | 0.24% | 0.35% | - |
| HSV(B) | 13.95º | 0.39% | 0.44% | - |
| XYZ | 10.32 | 9.25 | 6.71 | - |
| YUV | 86.73 | 117.43 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 68 | 0 | 0.30 | 0.39 | 0.56 | 13.95 | 0.24 | 0.35 |
| Hex | 6F | 4E | 44 | 0 | 1E | 27 | 38 | E | 18 | 23 |
| Octal | 157 | 116 | 104 | 0 | 36 | 47 | 70 | 16 | 30 | 43 |
| Binary | 1101111 | 1001110 | 1000100 | 0 | 11110 | 100111 | 111000 | 1110 | 11000 | 100011 |
Color Harmonies of #6F4E44
Complementary color
Monochromatic Colors of #6F4E44
Black with #6F4E44
Text Example
Text Example
White with #6F4E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4E44; }
p { color: rgb(111,78,68); }
H1.HeaderClassName
{
color: #6F4E44;
}
.AnyTagClassName
{
color: #6F4E44;
}
</style>
background-color css
<style>
a { background-color: #6F4E44; }
a { background-color: rgb(111,78,68); }
div.DivClassName
{
background-color: #6F4E44;
}
.BgClassName
{
background-color: #6F4E44;
}
</style>
border-color css
<style>
span { border-color: #6F4E44; }
span { border-color: rgb(111,78,68); }
td.TdClassName
{
border-color: #6F4E44;
}
.TagClassName
{
border-color: #6F4E44;
}
</style>