Shades of Clay Creek #8D815E
Tints of Clay Creek #8D815E
RGB
CMYK
RGB Variations
Color information
#8D815E (or 0x8D815E) is known color: Clay Creek. HEX triplet: 8D, 81 and 5E. RGB value is (141,129,94). Sum of RGB (Red+Green+Blue) = 141+129+94=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 141 - color contains mainly: red. Hex color #8D815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D815E is #727EA1. Grayscale: #808080. Windows color (decimal): -7503522 or 6193549. OLE color: 6193549.
HSL color Cylindrical-coordinate representation of color #8D815E: hue angle of 44.68º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D815E is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 129 | 94 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.45 |
| HSL | 44.68º | 0.2% | 0.46% | - |
| HSV(B) | 44.68º | 0.33% | 0.55% | - |
| XYZ | 20.86 | 22.17 | 13.77 | - |
| YUV | 128.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 129 | 94 | 0 | 0.09 | 0.33 | 0.45 | 44.68 | 0.2 | 0.46 |
| Hex | 8D | 81 | 5E | 0 | 9 | 21 | 2D | 2D | 14 | 2E |
| Octal | 215 | 201 | 136 | 0 | 11 | 41 | 55 | 55 | 24 | 56 |
| Binary | 10001101 | 10000001 | 1011110 | 0 | 1001 | 100001 | 101101 | 101101 | 10100 | 101110 |
Color Harmonies of #8D815E
Complementary color
Monochromatic Colors of #8D815E
Black with #8D815E
Text Example
Text Example
White with #8D815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D815E; }
p { color: rgb(141,129,94); }
H1.HeaderClassName
{
color: #8D815E;
}
.AnyTagClassName
{
color: #8D815E;
}
</style>
background-color css
<style>
a { background-color: #8D815E; }
a { background-color: rgb(141,129,94); }
div.DivClassName
{
background-color: #8D815E;
}
.BgClassName
{
background-color: #8D815E;
}
</style>
border-color css
<style>
span { border-color: #8D815E; }
span { border-color: rgb(141,129,94); }
td.TdClassName
{
border-color: #8D815E;
}
.TagClassName
{
border-color: #8D815E;
}
</style>