Shades of Clay Creek #8F865B
Tints of Clay Creek #8F865B
RGB
CMYK
RGB Variations
Color information
#8F865B (or 0x8F865B) is known color: Clay Creek. HEX triplet: 8F, 86 and 5B. RGB value is (143,134,91). Sum of RGB (Red+Green+Blue) = 143+134+91=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 143 - color contains mainly: red. Hex color #8F865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F865B is #7079A4. Grayscale: #838383. Windows color (decimal): -7371173 or 5998223. OLE color: 5998223.
HSL color Cylindrical-coordinate representation of color #8F865B: hue angle of 49.62º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F865B is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 134 | 91 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.44 |
| HSL | 49.62º | 0.22% | 0.46% | - |
| HSV(B) | 49.62º | 0.36% | 0.56% | - |
| XYZ | 21.74 | 23.65 | 13.32 | - |
| YUV | 131.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 134 | 91 | 0 | 0.06 | 0.36 | 0.44 | 49.62 | 0.22 | 0.46 |
| Hex | 8F | 86 | 5B | 0 | 6 | 24 | 2C | 32 | 16 | 2E |
| Octal | 217 | 206 | 133 | 0 | 6 | 44 | 54 | 62 | 26 | 56 |
| Binary | 10001111 | 10000110 | 1011011 | 0 | 110 | 100100 | 101100 | 110010 | 10110 | 101110 |
Color Harmonies of #8F865B
Complementary color
Monochromatic Colors of #8F865B
Black with #8F865B
Text Example
Text Example
White with #8F865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F865B; }
p { color: rgb(143,134,91); }
H1.HeaderClassName
{
color: #8F865B;
}
.AnyTagClassName
{
color: #8F865B;
}
</style>
background-color css
<style>
a { background-color: #8F865B; }
a { background-color: rgb(143,134,91); }
div.DivClassName
{
background-color: #8F865B;
}
.BgClassName
{
background-color: #8F865B;
}
</style>
border-color css
<style>
span { border-color: #8F865B; }
span { border-color: rgb(143,134,91); }
td.TdClassName
{
border-color: #8F865B;
}
.TagClassName
{
border-color: #8F865B;
}
</style>