Shades of Clay Creek #8C8156
Tints of Clay Creek #8C8156
RGB
CMYK
RGB Variations
Color information
#8C8156 (or 0x8C8156) is known color: Clay Creek. HEX triplet: 8C, 81 and 56. RGB value is (140,129,86). Sum of RGB (Red+Green+Blue) = 140+129+86=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8156 is #737EA9. Grayscale: #7F7F7F. Windows color (decimal): -7569066 or 5669260. OLE color: 5669260.
HSL color Cylindrical-coordinate representation of color #8C8156: hue angle of 47.78º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C8156 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 129 | 86 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.45 |
| HSL | 47.78º | 0.24% | 0.44% | - |
| HSV(B) | 47.78º | 0.39% | 0.55% | - |
| XYZ | 20.35 | 21.95 | 11.97 | - |
| YUV | 127.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 86 | 0 | 0.08 | 0.39 | 0.45 | 47.78 | 0.24 | 0.44 |
| Hex | 8C | 81 | 56 | 0 | 8 | 27 | 2D | 30 | 18 | 2C |
| Octal | 214 | 201 | 126 | 0 | 10 | 47 | 55 | 60 | 30 | 54 |
| Binary | 10001100 | 10000001 | 1010110 | 0 | 1000 | 100111 | 101101 | 110000 | 11000 | 101100 |
Color Harmonies of #8C8156
Complementary color
Monochromatic Colors of #8C8156
Black with #8C8156
Text Example
Text Example
White with #8C8156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8156; }
p { color: rgb(140,129,86); }
H1.HeaderClassName
{
color: #8C8156;
}
.AnyTagClassName
{
color: #8C8156;
}
</style>
background-color css
<style>
a { background-color: #8C8156; }
a { background-color: rgb(140,129,86); }
div.DivClassName
{
background-color: #8C8156;
}
.BgClassName
{
background-color: #8C8156;
}
</style>
border-color css
<style>
span { border-color: #8C8156; }
span { border-color: rgb(140,129,86); }
td.TdClassName
{
border-color: #8C8156;
}
.TagClassName
{
border-color: #8C8156;
}
</style>