Shades of Clay Creek #998E56
Tints of Clay Creek #998E56
RGB
CMYK
RGB Variations
Color information
#998E56 (or 0x998E56) is known color: Clay Creek. HEX triplet: 99, 8E and 56. RGB value is (153,142,86). Sum of RGB (Red+Green+Blue) = 153+142+86=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #998E56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E56 is #6671A9. Grayscale: #8B8B8B. Windows color (decimal): -6713770 or 5672601. OLE color: 5672601.
HSL color Cylindrical-coordinate representation of color #998E56: hue angle of 50.15º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #998E56 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 142 | 86 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.4 |
| HSL | 50.15º | 0.28% | 0.47% | - |
| HSV(B) | 50.15º | 0.44% | 0.6% | - |
| XYZ | 24.49 | 26.79 | 12.68 | - |
| YUV | 138.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 86 | 0 | 0.07 | 0.44 | 0.4 | 50.15 | 0.28 | 0.47 |
| Hex | 99 | 8E | 56 | 0 | 7 | 2C | 28 | 32 | 1C | 2F |
| Octal | 231 | 216 | 126 | 0 | 7 | 54 | 50 | 62 | 34 | 57 |
| Binary | 10011001 | 10001110 | 1010110 | 0 | 111 | 101100 | 101000 | 110010 | 11100 | 101111 |
Color Harmonies of #998E56
Complementary color
Monochromatic Colors of #998E56
Black with #998E56
Text Example
Text Example
White with #998E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998E56; }
p { color: rgb(153,142,86); }
H1.HeaderClassName
{
color: #998E56;
}
.AnyTagClassName
{
color: #998E56;
}
</style>
background-color css
<style>
a { background-color: #998E56; }
a { background-color: rgb(153,142,86); }
div.DivClassName
{
background-color: #998E56;
}
.BgClassName
{
background-color: #998E56;
}
</style>
border-color css
<style>
span { border-color: #998E56; }
span { border-color: rgb(153,142,86); }
td.TdClassName
{
border-color: #998E56;
}
.TagClassName
{
border-color: #998E56;
}
</style>