Shades of Clay Creek #958853
Tints of Clay Creek #958853
RGB
CMYK
RGB Variations
Color information
#958853 (or 0x958853) is known color: Clay Creek. HEX triplet: 95, 88 and 53. RGB value is (149,136,83). Sum of RGB (Red+Green+Blue) = 149+136+83=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #958853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958853 is #6A77AC. Grayscale: #868686. Windows color (decimal): -6977453 or 5474453. OLE color: 5474453.
HSL color Cylindrical-coordinate representation of color #958853: hue angle of 48.18º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #958853 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 136 | 83 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.42 |
| HSL | 48.18º | 0.28% | 0.45% | - |
| HSV(B) | 48.18º | 0.44% | 0.58% | - |
| XYZ | 22.76 | 24.62 | 11.74 | - |
| YUV | 133.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 83 | 0 | 0.09 | 0.44 | 0.42 | 48.18 | 0.28 | 0.45 |
| Hex | 95 | 88 | 53 | 0 | 9 | 2C | 2A | 30 | 1C | 2D |
| Octal | 225 | 210 | 123 | 0 | 11 | 54 | 52 | 60 | 34 | 55 |
| Binary | 10010101 | 10001000 | 1010011 | 0 | 1001 | 101100 | 101010 | 110000 | 11100 | 101101 |
Color Harmonies of #958853
Complementary color
Monochromatic Colors of #958853
Black with #958853
Text Example
Text Example
White with #958853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958853; }
p { color: rgb(149,136,83); }
H1.HeaderClassName
{
color: #958853;
}
.AnyTagClassName
{
color: #958853;
}
</style>
background-color css
<style>
a { background-color: #958853; }
a { background-color: rgb(149,136,83); }
div.DivClassName
{
background-color: #958853;
}
.BgClassName
{
background-color: #958853;
}
</style>
border-color css
<style>
span { border-color: #958853; }
span { border-color: rgb(149,136,83); }
td.TdClassName
{
border-color: #958853;
}
.TagClassName
{
border-color: #958853;
}
</style>