Shades of Clay Creek #998F55
Tints of Clay Creek #998F55
RGB
CMYK
RGB Variations
Color information
#998F55 (or 0x998F55) is known color: Clay Creek. HEX triplet: 99, 8F and 55. RGB value is (153,143,85). Sum of RGB (Red+Green+Blue) = 153+143+85=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #998F55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998F55 is #6670AA. Grayscale: #8B8B8B. Windows color (decimal): -6713515 or 5607321. OLE color: 5607321.
HSL color Cylindrical-coordinate representation of color #998F55: hue angle of 51.18º degrees, saturation: 0.29, 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 #998F55 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 85 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.4 |
| HSL | 51.18º | 0.29% | 0.47% | - |
| HSV(B) | 51.18º | 0.44% | 0.6% | - |
| XYZ | 24.6 | 27.07 | 12.52 | - |
| YUV | 139.38 | 97.31 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 85 | 0 | 0.07 | 0.44 | 0.4 | 51.18 | 0.29 | 0.47 |
| Hex | 99 | 8F | 55 | 0 | 7 | 2C | 28 | 33 | 1D | 2F |
| Octal | 231 | 217 | 125 | 0 | 7 | 54 | 50 | 63 | 35 | 57 |
| Binary | 10011001 | 10001111 | 1010101 | 0 | 111 | 101100 | 101000 | 110011 | 11101 | 101111 |
Color Harmonies of #998F55
Complementary color
Monochromatic Colors of #998F55
Black with #998F55
Text Example
Text Example
White with #998F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F55; }
p { color: rgb(153,143,85); }
H1.HeaderClassName
{
color: #998F55;
}
.AnyTagClassName
{
color: #998F55;
}
</style>
background-color css
<style>
a { background-color: #998F55; }
a { background-color: rgb(153,143,85); }
div.DivClassName
{
background-color: #998F55;
}
.BgClassName
{
background-color: #998F55;
}
</style>
border-color css
<style>
span { border-color: #998F55; }
span { border-color: rgb(153,143,85); }
td.TdClassName
{
border-color: #998F55;
}
.TagClassName
{
border-color: #998F55;
}
</style>