Shades of Clay Creek #8C8656
Tints of Clay Creek #8C8656
RGB
CMYK
RGB Variations
Color information
#8C8656 (or 0x8C8656) is known color: Clay Creek. HEX triplet: 8C, 86 and 56. RGB value is (140,134,86). Sum of RGB (Red+Green+Blue) = 140+134+86=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8656 is #7379A9. Grayscale: #828282. Windows color (decimal): -7567786 or 5670540. OLE color: 5670540.
HSL color Cylindrical-coordinate representation of color #8C8656: hue angle of 53.33º 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 #8C8656 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 134 | 86 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.45 |
| HSL | 53.33º | 0.24% | 0.44% | - |
| HSV(B) | 53.33º | 0.39% | 0.55% | - |
| XYZ | 21.02 | 23.3 | 12.19 | - |
| YUV | 130.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 134 | 86 | 0 | 0.04 | 0.39 | 0.45 | 53.33 | 0.24 | 0.44 |
| Hex | 8C | 86 | 56 | 0 | 4 | 27 | 2D | 35 | 18 | 2C |
| Octal | 214 | 206 | 126 | 0 | 4 | 47 | 55 | 65 | 30 | 54 |
| Binary | 10001100 | 10000110 | 1010110 | 0 | 100 | 100111 | 101101 | 110101 | 11000 | 101100 |
Color Harmonies of #8C8656
Complementary color
Monochromatic Colors of #8C8656
Black with #8C8656
Text Example
Text Example
White with #8C8656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8656; }
p { color: rgb(140,134,86); }
H1.HeaderClassName
{
color: #8C8656;
}
.AnyTagClassName
{
color: #8C8656;
}
</style>
background-color css
<style>
a { background-color: #8C8656; }
a { background-color: rgb(140,134,86); }
div.DivClassName
{
background-color: #8C8656;
}
.BgClassName
{
background-color: #8C8656;
}
</style>
border-color css
<style>
span { border-color: #8C8656; }
span { border-color: rgb(140,134,86); }
td.TdClassName
{
border-color: #8C8656;
}
.TagClassName
{
border-color: #8C8656;
}
</style>