Shades of Clay Creek #888156
Tints of Clay Creek #888156
RGB
CMYK
RGB Variations
Color information
#888156 (or 0x888156) is known color: Clay Creek. HEX triplet: 88, 81 and 56. RGB value is (136,129,86). Sum of RGB (Red+Green+Blue) = 136+129+86=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 136 - color contains mainly: red. Hex color #888156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888156 is #777EA9. Grayscale: #7E7E7E. Windows color (decimal): -7831210 or 5669256. OLE color: 5669256.
HSL color Cylindrical-coordinate representation of color #888156: hue angle of 51.6º 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 #888156 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 129 | 86 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.47 |
| HSL | 51.6º | 0.23% | 0.44% | - |
| HSV(B) | 51.6º | 0.37% | 0.53% | - |
| XYZ | 19.68 | 21.61 | 11.94 | - |
| YUV | 126.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 86 | 0 | 0.05 | 0.37 | 0.47 | 51.6 | 0.23 | 0.44 |
| Hex | 88 | 81 | 56 | 0 | 5 | 25 | 2F | 34 | 17 | 2C |
| Octal | 210 | 201 | 126 | 0 | 5 | 45 | 57 | 64 | 27 | 54 |
| Binary | 10001000 | 10000001 | 1010110 | 0 | 101 | 100101 | 101111 | 110100 | 10111 | 101100 |
Color Harmonies of #888156
Complementary color
Monochromatic Colors of #888156
Black with #888156
Text Example
Text Example
White with #888156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888156; }
p { color: rgb(136,129,86); }
H1.HeaderClassName
{
color: #888156;
}
.AnyTagClassName
{
color: #888156;
}
</style>
background-color css
<style>
a { background-color: #888156; }
a { background-color: rgb(136,129,86); }
div.DivClassName
{
background-color: #888156;
}
.BgClassName
{
background-color: #888156;
}
</style>
border-color css
<style>
span { border-color: #888156; }
span { border-color: rgb(136,129,86); }
td.TdClassName
{
border-color: #888156;
}
.TagClassName
{
border-color: #888156;
}
</style>