Shades of Clay Creek #8F8759
Tints of Clay Creek #8F8759
RGB
CMYK
RGB Variations
Color information
#8F8759 (or 0x8F8759) is known color: Clay Creek. HEX triplet: 8F, 87 and 59. RGB value is (143,135,89). Sum of RGB (Red+Green+Blue) = 143+135+89=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8759 is #7078A6. Grayscale: #848484. Windows color (decimal): -7370919 or 5867407. OLE color: 5867407.
HSL color Cylindrical-coordinate representation of color #8F8759: hue angle of 51.11º 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 #8F8759 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 135 | 89 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.44 |
| HSL | 51.11º | 0.23% | 0.45% | - |
| HSV(B) | 51.11º | 0.38% | 0.56% | - |
| XYZ | 21.79 | 23.89 | 12.91 | - |
| YUV | 132.15 | 103.65 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 135 | 89 | 0 | 0.06 | 0.38 | 0.44 | 51.11 | 0.23 | 0.45 |
| Hex | 8F | 87 | 59 | 0 | 6 | 26 | 2C | 33 | 17 | 2D |
| Octal | 217 | 207 | 131 | 0 | 6 | 46 | 54 | 63 | 27 | 55 |
| Binary | 10001111 | 10000111 | 1011001 | 0 | 110 | 100110 | 101100 | 110011 | 10111 | 101101 |
Color Harmonies of #8F8759
Complementary color
Monochromatic Colors of #8F8759
Black with #8F8759
Text Example
Text Example
White with #8F8759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8759; }
p { color: rgb(143,135,89); }
H1.HeaderClassName
{
color: #8F8759;
}
.AnyTagClassName
{
color: #8F8759;
}
</style>
background-color css
<style>
a { background-color: #8F8759; }
a { background-color: rgb(143,135,89); }
div.DivClassName
{
background-color: #8F8759;
}
.BgClassName
{
background-color: #8F8759;
}
</style>
border-color css
<style>
span { border-color: #8F8759; }
span { border-color: rgb(143,135,89); }
td.TdClassName
{
border-color: #8F8759;
}
.TagClassName
{
border-color: #8F8759;
}
</style>