Shades of Clay Creek #998B57
Tints of Clay Creek #998B57
RGB
CMYK
RGB Variations
Color information
#998B57 (or 0x998B57) is known color: Clay Creek. HEX triplet: 99, 8B and 57. RGB value is (153,139,87). Sum of RGB (Red+Green+Blue) = 153+139+87=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #998B57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998B57 is #6674A8. Grayscale: #898989. Windows color (decimal): -6714537 or 5737369. OLE color: 5737369.
HSL color Cylindrical-coordinate representation of color #998B57: hue angle of 47.27º degrees, saturation: 0.28, 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 #998B57 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 139 | 87 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.4 |
| HSL | 47.27º | 0.28% | 0.47% | - |
| HSV(B) | 47.27º | 0.43% | 0.6% | - |
| XYZ | 24.09 | 25.93 | 12.75 | - |
| YUV | 137.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 87 | 0 | 0.09 | 0.43 | 0.4 | 47.27 | 0.28 | 0.47 |
| Hex | 99 | 8B | 57 | 0 | 9 | 2B | 28 | 2F | 1C | 2F |
| Octal | 231 | 213 | 127 | 0 | 11 | 53 | 50 | 57 | 34 | 57 |
| Binary | 10011001 | 10001011 | 1010111 | 0 | 1001 | 101011 | 101000 | 101111 | 11100 | 101111 |
Color Harmonies of #998B57
Complementary color
Monochromatic Colors of #998B57
Black with #998B57
Text Example
Text Example
White with #998B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998B57; }
p { color: rgb(153,139,87); }
H1.HeaderClassName
{
color: #998B57;
}
.AnyTagClassName
{
color: #998B57;
}
</style>
background-color css
<style>
a { background-color: #998B57; }
a { background-color: rgb(153,139,87); }
div.DivClassName
{
background-color: #998B57;
}
.BgClassName
{
background-color: #998B57;
}
</style>
border-color css
<style>
span { border-color: #998B57; }
span { border-color: rgb(153,139,87); }
td.TdClassName
{
border-color: #998B57;
}
.TagClassName
{
border-color: #998B57;
}
</style>