Shades of Clay Creek #968D52
Tints of Clay Creek #968D52
RGB
CMYK
RGB Variations
Color information
#968D52 (or 0x968D52) is known color: Clay Creek. HEX triplet: 96, 8D and 52. RGB value is (150,141,82). Sum of RGB (Red+Green+Blue) = 150+141+82=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #968D52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D52 is #6972AD. Grayscale: #898989. Windows color (decimal): -6910638 or 5410198. OLE color: 5410198.
HSL color Cylindrical-coordinate representation of color #968D52: hue angle of 52.06º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #968D52 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 141 | 82 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.41 |
| HSL | 52.06º | 0.29% | 0.45% | - |
| HSV(B) | 52.06º | 0.45% | 0.59% | - |
| XYZ | 23.63 | 26.14 | 11.78 | - |
| YUV | 136.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 82 | 0 | 0.06 | 0.45 | 0.41 | 52.06 | 0.29 | 0.45 |
| Hex | 96 | 8D | 52 | 0 | 6 | 2D | 29 | 34 | 1D | 2D |
| Octal | 226 | 215 | 122 | 0 | 6 | 55 | 51 | 64 | 35 | 55 |
| Binary | 10010110 | 10001101 | 1010010 | 0 | 110 | 101101 | 101001 | 110100 | 11101 | 101101 |
Color Harmonies of #968D52
Complementary color
Monochromatic Colors of #968D52
Black with #968D52
Text Example
Text Example
White with #968D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968D52; }
p { color: rgb(150,141,82); }
H1.HeaderClassName
{
color: #968D52;
}
.AnyTagClassName
{
color: #968D52;
}
</style>
background-color css
<style>
a { background-color: #968D52; }
a { background-color: rgb(150,141,82); }
div.DivClassName
{
background-color: #968D52;
}
.BgClassName
{
background-color: #968D52;
}
</style>
border-color css
<style>
span { border-color: #968D52; }
span { border-color: rgb(150,141,82); }
td.TdClassName
{
border-color: #968D52;
}
.TagClassName
{
border-color: #968D52;
}
</style>