Shades of Clay Creek #888356
Tints of Clay Creek #888356
RGB
CMYK
RGB Variations
Color information
#888356 (or 0x888356) is known color: Clay Creek. HEX triplet: 88, 83 and 56. RGB value is (136,131,86). Sum of RGB (Red+Green+Blue) = 136+131+86=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #888356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888356 is #777CA9. Grayscale: #7F7F7F. Windows color (decimal): -7830698 or 5669768. OLE color: 5669768.
HSL color Cylindrical-coordinate representation of color #888356: hue angle of 54º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #888356 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 131 | 86 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.47 |
| HSL | 54º | 0.23% | 0.44% | - |
| HSV(B) | 54º | 0.37% | 0.53% | - |
| XYZ | 19.95 | 22.14 | 12.03 | - |
| YUV | 127.37 | 104.66 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 131 | 86 | 0 | 0.04 | 0.37 | 0.47 | 54 | 0.23 | 0.44 |
| Hex | 88 | 83 | 56 | 0 | 4 | 25 | 2F | 36 | 17 | 2C |
| Octal | 210 | 203 | 126 | 0 | 4 | 45 | 57 | 66 | 27 | 54 |
| Binary | 10001000 | 10000011 | 1010110 | 0 | 100 | 100101 | 101111 | 110110 | 10111 | 101100 |
Color Harmonies of #888356
Complementary color
Monochromatic Colors of #888356
Black with #888356
Text Example
Text Example
White with #888356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888356; }
p { color: rgb(136,131,86); }
H1.HeaderClassName
{
color: #888356;
}
.AnyTagClassName
{
color: #888356;
}
</style>
background-color css
<style>
a { background-color: #888356; }
a { background-color: rgb(136,131,86); }
div.DivClassName
{
background-color: #888356;
}
.BgClassName
{
background-color: #888356;
}
</style>
border-color css
<style>
span { border-color: #888356; }
span { border-color: rgb(136,131,86); }
td.TdClassName
{
border-color: #888356;
}
.TagClassName
{
border-color: #888356;
}
</style>