Shades of Clay Creek #8C805C
Tints of Clay Creek #8C805C
RGB
CMYK
RGB Variations
Color information
#8C805C (or 0x8C805C) is known color: Clay Creek. HEX triplet: 8C, 80 and 5C. RGB value is (140,128,92). Sum of RGB (Red+Green+Blue) = 140+128+92=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 140 - color contains mainly: red. Hex color #8C805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C805C is #737FA3. Grayscale: #7F7F7F. Windows color (decimal): -7569316 or 6062220. OLE color: 6062220.
HSL color Cylindrical-coordinate representation of color #8C805C: hue angle of 45º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C805C is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 128 | 92 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.45 |
| HSL | 45º | 0.21% | 0.45% | - |
| HSV(B) | 45º | 0.34% | 0.55% | - |
| XYZ | 20.47 | 21.79 | 13.25 | - |
| YUV | 127.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 92 | 0 | 0.09 | 0.34 | 0.45 | 45 | 0.21 | 0.45 |
| Hex | 8C | 80 | 5C | 0 | 9 | 22 | 2D | 2D | 15 | 2D |
| Octal | 214 | 200 | 134 | 0 | 11 | 42 | 55 | 55 | 25 | 55 |
| Binary | 10001100 | 10000000 | 1011100 | 0 | 1001 | 100010 | 101101 | 101101 | 10101 | 101101 |
Color Harmonies of #8C805C
Complementary color
Monochromatic Colors of #8C805C
Black with #8C805C
Text Example
Text Example
White with #8C805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C805C; }
p { color: rgb(140,128,92); }
H1.HeaderClassName
{
color: #8C805C;
}
.AnyTagClassName
{
color: #8C805C;
}
</style>
background-color css
<style>
a { background-color: #8C805C; }
a { background-color: rgb(140,128,92); }
div.DivClassName
{
background-color: #8C805C;
}
.BgClassName
{
background-color: #8C805C;
}
</style>
border-color css
<style>
span { border-color: #8C805C; }
span { border-color: rgb(140,128,92); }
td.TdClassName
{
border-color: #8C805C;
}
.TagClassName
{
border-color: #8C805C;
}
</style>