Shades of Spice #6F5245
Tints of Spice #6F5245
RGB
CMYK
RGB Variations
Color information
#6F5245 (or 0x6F5245) is known color: Spice. HEX triplet: 6F, 52 and 45. RGB value is (111,82,69). Sum of RGB (Red+Green+Blue) = 111+82+69=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5245 is #90ADBA. Grayscale: #595959. Windows color (decimal): -9481659 or 4543087. OLE color: 4543087.
HSL color Cylindrical-coordinate representation of color #6F5245: hue angle of 18.57º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F5245 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 82 | 69 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.56 |
| HSL | 18.57º | 0.23% | 0.35% | - |
| HSV(B) | 18.57º | 0.38% | 0.44% | - |
| XYZ | 10.65 | 9.84 | 6.97 | - |
| YUV | 89.19 | 116.61 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 82 | 69 | 0 | 0.26 | 0.38 | 0.56 | 18.57 | 0.23 | 0.35 |
| Hex | 6F | 52 | 45 | 0 | 1A | 26 | 38 | 13 | 17 | 23 |
| Octal | 157 | 122 | 105 | 0 | 32 | 46 | 70 | 23 | 27 | 43 |
| Binary | 1101111 | 1010010 | 1000101 | 0 | 11010 | 100110 | 111000 | 10011 | 10111 | 100011 |
Color Harmonies of #6F5245
Complementary color
Monochromatic Colors of #6F5245
Black with #6F5245
Text Example
Text Example
White with #6F5245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5245; }
p { color: rgb(111,82,69); }
H1.HeaderClassName
{
color: #6F5245;
}
.AnyTagClassName
{
color: #6F5245;
}
</style>
background-color css
<style>
a { background-color: #6F5245; }
a { background-color: rgb(111,82,69); }
div.DivClassName
{
background-color: #6F5245;
}
.BgClassName
{
background-color: #6F5245;
}
</style>
border-color css
<style>
span { border-color: #6F5245; }
span { border-color: rgb(111,82,69); }
td.TdClassName
{
border-color: #6F5245;
}
.TagClassName
{
border-color: #6F5245;
}
</style>