Shades of Clay Creek #999057
Tints of Clay Creek #999057
RGB
CMYK
RGB Variations
Color information
#999057 (or 0x999057) is known color: Clay Creek. HEX triplet: 99, 90 and 57. RGB value is (153,144,87). Sum of RGB (Red+Green+Blue) = 153+144+87=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #999057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999057 is #666FA8. Grayscale: #8C8C8C. Windows color (decimal): -6713257 or 5738649. OLE color: 5738649.
HSL color Cylindrical-coordinate representation of color #999057: hue angle of 51.82º 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 #999057 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 144 | 87 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.4 |
| HSL | 51.82º | 0.28% | 0.47% | - |
| HSV(B) | 51.82º | 0.43% | 0.6% | - |
| XYZ | 24.83 | 27.41 | 13 | - |
| YUV | 140.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 87 | 0 | 0.06 | 0.43 | 0.4 | 51.82 | 0.28 | 0.47 |
| Hex | 99 | 90 | 57 | 0 | 6 | 2B | 28 | 34 | 1C | 2F |
| Octal | 231 | 220 | 127 | 0 | 6 | 53 | 50 | 64 | 34 | 57 |
| Binary | 10011001 | 10010000 | 1010111 | 0 | 110 | 101011 | 101000 | 110100 | 11100 | 101111 |
Color Harmonies of #999057
Complementary color
Monochromatic Colors of #999057
Black with #999057
Text Example
Text Example
White with #999057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999057; }
p { color: rgb(153,144,87); }
H1.HeaderClassName
{
color: #999057;
}
.AnyTagClassName
{
color: #999057;
}
</style>
background-color css
<style>
a { background-color: #999057; }
a { background-color: rgb(153,144,87); }
div.DivClassName
{
background-color: #999057;
}
.BgClassName
{
background-color: #999057;
}
</style>
border-color css
<style>
span { border-color: #999057; }
span { border-color: rgb(153,144,87); }
td.TdClassName
{
border-color: #999057;
}
.TagClassName
{
border-color: #999057;
}
</style>