Shades of Clay Creek #988857
Tints of Clay Creek #988857
RGB
CMYK
RGB Variations
Color information
#988857 (or 0x988857) is known color: Clay Creek. HEX triplet: 98, 88 and 57. RGB value is (152,136,87). Sum of RGB (Red+Green+Blue) = 152+136+87=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #988857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988857 is #6777A8. Grayscale: #878787. Windows color (decimal): -6780841 or 5736600. OLE color: 5736600.
HSL color Cylindrical-coordinate representation of color #988857: hue angle of 45.23º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #988857 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 136 | 87 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.40 |
| HSL | 45.23º | 0.27% | 0.47% | - |
| HSV(B) | 45.23º | 0.43% | 0.6% | - |
| XYZ | 23.47 | 24.97 | 12.6 | - |
| YUV | 135.2 | 100.8 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 136 | 87 | 0 | 0.11 | 0.43 | 0.40 | 45.23 | 0.27 | 0.47 |
| Hex | 98 | 88 | 57 | 0 | B | 2B | 28 | 2D | 1B | 2F |
| Octal | 230 | 210 | 127 | 0 | 13 | 53 | 50 | 55 | 33 | 57 |
| Binary | 10011000 | 10001000 | 1010111 | 0 | 1011 | 101011 | 101000 | 101101 | 11011 | 101111 |
Color Harmonies of #988857
Complementary color
Monochromatic Colors of #988857
Black with #988857
Text Example
Text Example
White with #988857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988857; }
p { color: rgb(152,136,87); }
H1.HeaderClassName
{
color: #988857;
}
.AnyTagClassName
{
color: #988857;
}
</style>
background-color css
<style>
a { background-color: #988857; }
a { background-color: rgb(152,136,87); }
div.DivClassName
{
background-color: #988857;
}
.BgClassName
{
background-color: #988857;
}
</style>
border-color css
<style>
span { border-color: #988857; }
span { border-color: rgb(152,136,87); }
td.TdClassName
{
border-color: #988857;
}
.TagClassName
{
border-color: #988857;
}
</style>