Shades of Clay Creek #8F8859
Tints of Clay Creek #8F8859
RGB
CMYK
RGB Variations
Color information
#8F8859 (or 0x8F8859) is known color: Clay Creek. HEX triplet: 8F, 88 and 59. RGB value is (143,136,89). Sum of RGB (Red+Green+Blue) = 143+136+89=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8859 is #7077A6. Grayscale: #848484. Windows color (decimal): -7370663 or 5867663. OLE color: 5867663.
HSL color Cylindrical-coordinate representation of color #8F8859: hue angle of 52.22º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F8859 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 136 | 89 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.44 |
| HSL | 52.22º | 0.23% | 0.45% | - |
| HSV(B) | 52.22º | 0.38% | 0.56% | - |
| XYZ | 21.94 | 24.17 | 12.96 | - |
| YUV | 132.74 | 103.32 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 89 | 0 | 0.05 | 0.38 | 0.44 | 52.22 | 0.23 | 0.45 |
| Hex | 8F | 88 | 59 | 0 | 5 | 26 | 2C | 34 | 17 | 2D |
| Octal | 217 | 210 | 131 | 0 | 5 | 46 | 54 | 64 | 27 | 55 |
| Binary | 10001111 | 10001000 | 1011001 | 0 | 101 | 100110 | 101100 | 110100 | 10111 | 101101 |
Color Harmonies of #8F8859
Complementary color
Monochromatic Colors of #8F8859
Black with #8F8859
Text Example
Text Example
White with #8F8859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8859; }
p { color: rgb(143,136,89); }
H1.HeaderClassName
{
color: #8F8859;
}
.AnyTagClassName
{
color: #8F8859;
}
</style>
background-color css
<style>
a { background-color: #8F8859; }
a { background-color: rgb(143,136,89); }
div.DivClassName
{
background-color: #8F8859;
}
.BgClassName
{
background-color: #8F8859;
}
</style>
border-color css
<style>
span { border-color: #8F8859; }
span { border-color: rgb(143,136,89); }
td.TdClassName
{
border-color: #8F8859;
}
.TagClassName
{
border-color: #8F8859;
}
</style>