Shades of Clay Creek #8C8556
Tints of Clay Creek #8C8556
RGB
CMYK
RGB Variations
Color information
#8C8556 (or 0x8C8556) is known color: Clay Creek. HEX triplet: 8C, 85 and 56. RGB value is (140,133,86). Sum of RGB (Red+Green+Blue) = 140+133+86=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8556 is #737AA9. Grayscale: #818181. Windows color (decimal): -7568042 or 5670284. OLE color: 5670284.
HSL color Cylindrical-coordinate representation of color #8C8556: hue angle of 52.22º 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 #8C8556 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 133 | 86 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.45 |
| HSL | 52.22º | 0.24% | 0.44% | - |
| HSV(B) | 52.22º | 0.39% | 0.55% | - |
| XYZ | 20.88 | 23.02 | 12.15 | - |
| YUV | 129.74 | 103.32 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 86 | 0 | 0.05 | 0.39 | 0.45 | 52.22 | 0.24 | 0.44 |
| Hex | 8C | 85 | 56 | 0 | 5 | 27 | 2D | 34 | 18 | 2C |
| Octal | 214 | 205 | 126 | 0 | 5 | 47 | 55 | 64 | 30 | 54 |
| Binary | 10001100 | 10000101 | 1010110 | 0 | 101 | 100111 | 101101 | 110100 | 11000 | 101100 |
Color Harmonies of #8C8556
Complementary color
Monochromatic Colors of #8C8556
Black with #8C8556
Text Example
Text Example
White with #8C8556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8556; }
p { color: rgb(140,133,86); }
H1.HeaderClassName
{
color: #8C8556;
}
.AnyTagClassName
{
color: #8C8556;
}
</style>
background-color css
<style>
a { background-color: #8C8556; }
a { background-color: rgb(140,133,86); }
div.DivClassName
{
background-color: #8C8556;
}
.BgClassName
{
background-color: #8C8556;
}
</style>
border-color css
<style>
span { border-color: #8C8556; }
span { border-color: rgb(140,133,86); }
td.TdClassName
{
border-color: #8C8556;
}
.TagClassName
{
border-color: #8C8556;
}
</style>