Shades of Clay Creek #998E58
Tints of Clay Creek #998E58
RGB
CMYK
RGB Variations
Color information
#998E58 (or 0x998E58) is known color: Clay Creek. HEX triplet: 99, 8E and 58. RGB value is (153,142,88). Sum of RGB (Red+Green+Blue) = 153+142+88=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #998E58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E58 is #6671A7. Grayscale: #8B8B8B. Windows color (decimal): -6713768 or 5803673. OLE color: 5803673.
HSL color Cylindrical-coordinate representation of color #998E58: hue angle of 49.85º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #998E58 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 142 | 88 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.4 |
| HSL | 49.85º | 0.27% | 0.47% | - |
| HSV(B) | 49.85º | 0.42% | 0.6% | - |
| XYZ | 24.57 | 26.82 | 13.11 | - |
| YUV | 139.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 88 | 0 | 0.07 | 0.42 | 0.4 | 49.85 | 0.27 | 0.47 |
| Hex | 99 | 8E | 58 | 0 | 7 | 2A | 28 | 32 | 1B | 2F |
| Octal | 231 | 216 | 130 | 0 | 7 | 52 | 50 | 62 | 33 | 57 |
| Binary | 10011001 | 10001110 | 1011000 | 0 | 111 | 101010 | 101000 | 110010 | 11011 | 101111 |
Color Harmonies of #998E58
Complementary color
Monochromatic Colors of #998E58
Black with #998E58
Text Example
Text Example
White with #998E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998E58; }
p { color: rgb(153,142,88); }
H1.HeaderClassName
{
color: #998E58;
}
.AnyTagClassName
{
color: #998E58;
}
</style>
background-color css
<style>
a { background-color: #998E58; }
a { background-color: rgb(153,142,88); }
div.DivClassName
{
background-color: #998E58;
}
.BgClassName
{
background-color: #998E58;
}
</style>
border-color css
<style>
span { border-color: #998E58; }
span { border-color: rgb(153,142,88); }
td.TdClassName
{
border-color: #998E58;
}
.TagClassName
{
border-color: #998E58;
}
</style>