Shades of Clay Creek #968953
Tints of Clay Creek #968953
RGB
CMYK
RGB Variations
Color information
#968953 (or 0x968953) is known color: Clay Creek. HEX triplet: 96, 89 and 53. RGB value is (150,137,83). Sum of RGB (Red+Green+Blue) = 150+137+83=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #968953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968953 is #6976AC. Grayscale: #868686. Windows color (decimal): -6911661 or 5474710. OLE color: 5474710.
HSL color Cylindrical-coordinate representation of color #968953: hue angle of 48.36º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #968953 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 137 | 83 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.41 |
| HSL | 48.36º | 0.29% | 0.46% | - |
| HSV(B) | 48.36º | 0.45% | 0.59% | - |
| XYZ | 23.08 | 25 | 11.79 | - |
| YUV | 134.73 | 98.81 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 83 | 0 | 0.09 | 0.45 | 0.41 | 48.36 | 0.29 | 0.46 |
| Hex | 96 | 89 | 53 | 0 | 9 | 2D | 29 | 30 | 1D | 2E |
| Octal | 226 | 211 | 123 | 0 | 11 | 55 | 51 | 60 | 35 | 56 |
| Binary | 10010110 | 10001001 | 1010011 | 0 | 1001 | 101101 | 101001 | 110000 | 11101 | 101110 |
Color Harmonies of #968953
Complementary color
Monochromatic Colors of #968953
Black with #968953
Text Example
Text Example
White with #968953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968953; }
p { color: rgb(150,137,83); }
H1.HeaderClassName
{
color: #968953;
}
.AnyTagClassName
{
color: #968953;
}
</style>
background-color css
<style>
a { background-color: #968953; }
a { background-color: rgb(150,137,83); }
div.DivClassName
{
background-color: #968953;
}
.BgClassName
{
background-color: #968953;
}
</style>
border-color css
<style>
span { border-color: #968953; }
span { border-color: rgb(150,137,83); }
td.TdClassName
{
border-color: #968953;
}
.TagClassName
{
border-color: #968953;
}
</style>