Shades of Clay Creek #8F8751
Tints of Clay Creek #8F8751
RGB
CMYK
RGB Variations
Color information
#8F8751 (or 0x8F8751) is known color: Clay Creek. HEX triplet: 8F, 87 and 51. RGB value is (143,135,81). Sum of RGB (Red+Green+Blue) = 143+135+81=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8751 is #7078AE. Grayscale: #838383. Windows color (decimal): -7370927 or 5343119. OLE color: 5343119.
HSL color Cylindrical-coordinate representation of color #8F8751: hue angle of 52.26º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F8751 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 135 | 81 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.44 |
| HSL | 52.26º | 0.28% | 0.44% | - |
| HSV(B) | 52.26º | 0.43% | 0.56% | - |
| XYZ | 21.48 | 23.76 | 11.24 | - |
| YUV | 131.24 | 99.65 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 135 | 81 | 0 | 0.06 | 0.43 | 0.44 | 52.26 | 0.28 | 0.44 |
| Hex | 8F | 87 | 51 | 0 | 6 | 2B | 2C | 34 | 1C | 2C |
| Octal | 217 | 207 | 121 | 0 | 6 | 53 | 54 | 64 | 34 | 54 |
| Binary | 10001111 | 10000111 | 1010001 | 0 | 110 | 101011 | 101100 | 110100 | 11100 | 101100 |
Color Harmonies of #8F8751
Complementary color
Monochromatic Colors of #8F8751
Black with #8F8751
Text Example
Text Example
White with #8F8751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8751; }
p { color: rgb(143,135,81); }
H1.HeaderClassName
{
color: #8F8751;
}
.AnyTagClassName
{
color: #8F8751;
}
</style>
background-color css
<style>
a { background-color: #8F8751; }
a { background-color: rgb(143,135,81); }
div.DivClassName
{
background-color: #8F8751;
}
.BgClassName
{
background-color: #8F8751;
}
</style>
border-color css
<style>
span { border-color: #8F8751; }
span { border-color: rgb(143,135,81); }
td.TdClassName
{
border-color: #8F8751;
}
.TagClassName
{
border-color: #8F8751;
}
</style>