Shades of Clay Creek #888154
Tints of Clay Creek #888154
RGB
CMYK
RGB Variations
Color information
#888154 (or 0x888154) is known color: Clay Creek. HEX triplet: 88, 81 and 54. RGB value is (136,129,84). Sum of RGB (Red+Green+Blue) = 136+129+84=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #888154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888154 is #777EAB. Grayscale: #7E7E7E. Windows color (decimal): -7831212 or 5538184. OLE color: 5538184.
HSL color Cylindrical-coordinate representation of color #888154: hue angle of 51.92º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #888154 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 129 | 84 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.47 |
| HSL | 51.92º | 0.24% | 0.43% | - |
| HSV(B) | 51.92º | 0.38% | 0.53% | - |
| XYZ | 19.6 | 21.57 | 11.52 | - |
| YUV | 125.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 84 | 0 | 0.05 | 0.38 | 0.47 | 51.92 | 0.24 | 0.43 |
| Hex | 88 | 81 | 54 | 0 | 5 | 26 | 2F | 34 | 18 | 2B |
| Octal | 210 | 201 | 124 | 0 | 5 | 46 | 57 | 64 | 30 | 53 |
| Binary | 10001000 | 10000001 | 1010100 | 0 | 101 | 100110 | 101111 | 110100 | 11000 | 101011 |
Color Harmonies of #888154
Complementary color
Monochromatic Colors of #888154
Black with #888154
Text Example
Text Example
White with #888154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888154; }
p { color: rgb(136,129,84); }
H1.HeaderClassName
{
color: #888154;
}
.AnyTagClassName
{
color: #888154;
}
</style>
background-color css
<style>
a { background-color: #888154; }
a { background-color: rgb(136,129,84); }
div.DivClassName
{
background-color: #888154;
}
.BgClassName
{
background-color: #888154;
}
</style>
border-color css
<style>
span { border-color: #888154; }
span { border-color: rgb(136,129,84); }
td.TdClassName
{
border-color: #888154;
}
.TagClassName
{
border-color: #888154;
}
</style>