Shades of Clay Creek #958959
Tints of Clay Creek #958959
RGB
CMYK
RGB Variations
Color information
#958959 (or 0x958959) is known color: Clay Creek. HEX triplet: 95, 89 and 59. RGB value is (149,137,89). Sum of RGB (Red+Green+Blue) = 149+137+89=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #958959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958959 is #6A76A6. Grayscale: #878787. Windows color (decimal): -6977191 or 5867925. OLE color: 5867925.
HSL color Cylindrical-coordinate representation of color #958959: hue angle of 48º 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 #958959 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 137 | 89 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.42 |
| HSL | 48º | 0.25% | 0.47% | - |
| HSV(B) | 48º | 0.4% | 0.58% | - |
| XYZ | 23.14 | 25 | 13.06 | - |
| YUV | 135.12 | 101.98 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 137 | 89 | 0 | 0.08 | 0.40 | 0.42 | 48 | 0.25 | 0.47 |
| Hex | 95 | 89 | 59 | 0 | 8 | 28 | 2A | 30 | 19 | 2F |
| Octal | 225 | 211 | 131 | 0 | 10 | 50 | 52 | 60 | 31 | 57 |
| Binary | 10010101 | 10001001 | 1011001 | 0 | 1000 | 101000 | 101010 | 110000 | 11001 | 101111 |
Color Harmonies of #958959
Complementary color
Monochromatic Colors of #958959
Black with #958959
Text Example
Text Example
White with #958959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958959; }
p { color: rgb(149,137,89); }
H1.HeaderClassName
{
color: #958959;
}
.AnyTagClassName
{
color: #958959;
}
</style>
background-color css
<style>
a { background-color: #958959; }
a { background-color: rgb(149,137,89); }
div.DivClassName
{
background-color: #958959;
}
.BgClassName
{
background-color: #958959;
}
</style>
border-color css
<style>
span { border-color: #958959; }
span { border-color: rgb(149,137,89); }
td.TdClassName
{
border-color: #958959;
}
.TagClassName
{
border-color: #958959;
}
</style>