Shades of Clay Creek #8C8854
Tints of Clay Creek #8C8854
RGB
CMYK
RGB Variations
Color information
#8C8854 (or 0x8C8854) is known color: Clay Creek. HEX triplet: 8C, 88 and 54. RGB value is (140,136,84). Sum of RGB (Red+Green+Blue) = 140+136+84=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8854 is #7377AB. Grayscale: #838383. Windows color (decimal): -7567276 or 5539980. OLE color: 5539980.
HSL color Cylindrical-coordinate representation of color #8C8854: hue angle of 55.71º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C8854 is Cyan = 0, Magento = 0.03, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 84 | - |
| CMYK | 0 | 0.03 | 0.4 | 0.45 |
| HSL | 55.71º | 0.25% | 0.44% | - |
| HSV(B) | 55.71º | 0.4% | 0.55% | - |
| XYZ | 21.22 | 23.82 | 11.87 | - |
| YUV | 131.27 | 101.33 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 84 | 0 | 0.03 | 0.4 | 0.45 | 55.71 | 0.25 | 0.44 |
| Hex | 8C | 88 | 54 | 0 | 3 | 28 | 2D | 38 | 19 | 2C |
| Octal | 214 | 210 | 124 | 0 | 3 | 50 | 55 | 70 | 31 | 54 |
| Binary | 10001100 | 10001000 | 1010100 | 0 | 11 | 101000 | 101101 | 111000 | 11001 | 101100 |
Color Harmonies of #8C8854
Complementary color
Monochromatic Colors of #8C8854
Black with #8C8854
Text Example
Text Example
White with #8C8854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8854; }
p { color: rgb(140,136,84); }
H1.HeaderClassName
{
color: #8C8854;
}
.AnyTagClassName
{
color: #8C8854;
}
</style>
background-color css
<style>
a { background-color: #8C8854; }
a { background-color: rgb(140,136,84); }
div.DivClassName
{
background-color: #8C8854;
}
.BgClassName
{
background-color: #8C8854;
}
</style>
border-color css
<style>
span { border-color: #8C8854; }
span { border-color: rgb(140,136,84); }
td.TdClassName
{
border-color: #8C8854;
}
.TagClassName
{
border-color: #8C8854;
}
</style>