Shades of Clay Creek #958E54
Tints of Clay Creek #958E54
RGB
CMYK
RGB Variations
Color information
#958E54 (or 0x958E54) is known color: Clay Creek. HEX triplet: 95, 8E and 54. RGB value is (149,142,84). Sum of RGB (Red+Green+Blue) = 149+142+84=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #958E54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E54 is #6A71AB. Grayscale: #898989. Windows color (decimal): -6975916 or 5541525. OLE color: 5541525.
HSL color Cylindrical-coordinate representation of color #958E54: hue angle of 53.54º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #958E54 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 84 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.42 |
| HSL | 53.54º | 0.28% | 0.46% | - |
| HSV(B) | 53.54º | 0.44% | 0.58% | - |
| XYZ | 23.67 | 26.38 | 12.23 | - |
| YUV | 137.48 | 97.82 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 84 | 0 | 0.05 | 0.44 | 0.42 | 53.54 | 0.28 | 0.46 |
| Hex | 95 | 8E | 54 | 0 | 5 | 2C | 2A | 36 | 1C | 2E |
| Octal | 225 | 216 | 124 | 0 | 5 | 54 | 52 | 66 | 34 | 56 |
| Binary | 10010101 | 10001110 | 1010100 | 0 | 101 | 101100 | 101010 | 110110 | 11100 | 101110 |
Color Harmonies of #958E54
Complementary color
Monochromatic Colors of #958E54
Black with #958E54
Text Example
Text Example
White with #958E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E54; }
p { color: rgb(149,142,84); }
H1.HeaderClassName
{
color: #958E54;
}
.AnyTagClassName
{
color: #958E54;
}
</style>
background-color css
<style>
a { background-color: #958E54; }
a { background-color: rgb(149,142,84); }
div.DivClassName
{
background-color: #958E54;
}
.BgClassName
{
background-color: #958E54;
}
</style>
border-color css
<style>
span { border-color: #958E54; }
span { border-color: rgb(149,142,84); }
td.TdClassName
{
border-color: #958E54;
}
.TagClassName
{
border-color: #958E54;
}
</style>