Shades of Clay Creek #988A55
Tints of Clay Creek #988A55
RGB
CMYK
RGB Variations
Color information
#988A55 (or 0x988A55) is known color: Clay Creek. HEX triplet: 98, 8A and 55. RGB value is (152,138,85). Sum of RGB (Red+Green+Blue) = 152+138+85=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #988A55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988A55 is #6775AA. Grayscale: #888888. Windows color (decimal): -6780331 or 5606040. OLE color: 5606040.
HSL color Cylindrical-coordinate representation of color #988A55: hue angle of 47.46º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #988A55 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 138 | 85 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.40 |
| HSL | 47.46º | 0.28% | 0.46% | - |
| HSV(B) | 47.46º | 0.44% | 0.6% | - |
| XYZ | 23.68 | 25.51 | 12.27 | - |
| YUV | 136.14 | 99.14 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 138 | 85 | 0 | 0.09 | 0.44 | 0.40 | 47.46 | 0.28 | 0.46 |
| Hex | 98 | 8A | 55 | 0 | 9 | 2C | 28 | 2F | 1C | 2E |
| Octal | 230 | 212 | 125 | 0 | 11 | 54 | 50 | 57 | 34 | 56 |
| Binary | 10011000 | 10001010 | 1010101 | 0 | 1001 | 101100 | 101000 | 101111 | 11100 | 101110 |
Color Harmonies of #988A55
Complementary color
Monochromatic Colors of #988A55
Black with #988A55
Text Example
Text Example
White with #988A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988A55; }
p { color: rgb(152,138,85); }
H1.HeaderClassName
{
color: #988A55;
}
.AnyTagClassName
{
color: #988A55;
}
</style>
background-color css
<style>
a { background-color: #988A55; }
a { background-color: rgb(152,138,85); }
div.DivClassName
{
background-color: #988A55;
}
.BgClassName
{
background-color: #988A55;
}
</style>
border-color css
<style>
span { border-color: #988A55; }
span { border-color: rgb(152,138,85); }
td.TdClassName
{
border-color: #988A55;
}
.TagClassName
{
border-color: #988A55;
}
</style>