Shades of Clay Creek #958D59
Tints of Clay Creek #958D59
RGB
CMYK
RGB Variations
Color information
#958D59 (or 0x958D59) is known color: Clay Creek. HEX triplet: 95, 8D and 59. RGB value is (149,141,89). Sum of RGB (Red+Green+Blue) = 149+141+89=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #958D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958D59 is #6A72A6. Grayscale: #898989. Windows color (decimal): -6976167 or 5868949. OLE color: 5868949.
HSL color Cylindrical-coordinate representation of color #958D59: hue angle of 52º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #958D59 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 141 | 89 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.42 |
| HSL | 52º | 0.25% | 0.47% | - |
| HSV(B) | 52º | 0.4% | 0.58% | - |
| XYZ | 23.72 | 26.16 | 13.25 | - |
| YUV | 137.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 89 | 0 | 0.05 | 0.40 | 0.42 | 52 | 0.25 | 0.47 |
| Hex | 95 | 8D | 59 | 0 | 5 | 28 | 2A | 34 | 19 | 2F |
| Octal | 225 | 215 | 131 | 0 | 5 | 50 | 52 | 64 | 31 | 57 |
| Binary | 10010101 | 10001101 | 1011001 | 0 | 101 | 101000 | 101010 | 110100 | 11001 | 101111 |
Color Harmonies of #958D59
Complementary color
Monochromatic Colors of #958D59
Black with #958D59
Text Example
Text Example
White with #958D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958D59; }
p { color: rgb(149,141,89); }
H1.HeaderClassName
{
color: #958D59;
}
.AnyTagClassName
{
color: #958D59;
}
</style>
background-color css
<style>
a { background-color: #958D59; }
a { background-color: rgb(149,141,89); }
div.DivClassName
{
background-color: #958D59;
}
.BgClassName
{
background-color: #958D59;
}
</style>
border-color css
<style>
span { border-color: #958D59; }
span { border-color: rgb(149,141,89); }
td.TdClassName
{
border-color: #958D59;
}
.TagClassName
{
border-color: #958D59;
}
</style>