Shades of Clay Creek #958C59
Tints of Clay Creek #958C59
RGB
CMYK
RGB Variations
Color information
#958C59 (or 0x958C59) is known color: Clay Creek. HEX triplet: 95, 8C and 59. RGB value is (149,140,89). Sum of RGB (Red+Green+Blue) = 149+140+89=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #958C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958C59 is #6A73A6. Grayscale: #898989. Windows color (decimal): -6976423 or 5868693. OLE color: 5868693.
HSL color Cylindrical-coordinate representation of color #958C59: hue angle of 51º 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 #958C59 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 140 | 89 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.42 |
| HSL | 51º | 0.25% | 0.47% | - |
| HSV(B) | 51º | 0.4% | 0.58% | - |
| XYZ | 23.58 | 25.87 | 13.2 | - |
| YUV | 136.88 | 100.98 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 89 | 0 | 0.06 | 0.40 | 0.42 | 51 | 0.25 | 0.47 |
| Hex | 95 | 8C | 59 | 0 | 6 | 28 | 2A | 33 | 19 | 2F |
| Octal | 225 | 214 | 131 | 0 | 6 | 50 | 52 | 63 | 31 | 57 |
| Binary | 10010101 | 10001100 | 1011001 | 0 | 110 | 101000 | 101010 | 110011 | 11001 | 101111 |
Color Harmonies of #958C59
Complementary color
Monochromatic Colors of #958C59
Black with #958C59
Text Example
Text Example
White with #958C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958C59; }
p { color: rgb(149,140,89); }
H1.HeaderClassName
{
color: #958C59;
}
.AnyTagClassName
{
color: #958C59;
}
</style>
background-color css
<style>
a { background-color: #958C59; }
a { background-color: rgb(149,140,89); }
div.DivClassName
{
background-color: #958C59;
}
.BgClassName
{
background-color: #958C59;
}
</style>
border-color css
<style>
span { border-color: #958C59; }
span { border-color: rgb(149,140,89); }
td.TdClassName
{
border-color: #958C59;
}
.TagClassName
{
border-color: #958C59;
}
</style>