Shades of Clay Creek #968C57
Tints of Clay Creek #968C57
RGB
CMYK
RGB Variations
Color information
#968C57 (or 0x968C57) is known color: Clay Creek. HEX triplet: 96, 8C and 57. RGB value is (150,140,87). Sum of RGB (Red+Green+Blue) = 150+140+87=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #968C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968C57 is #6973A8. Grayscale: #898989. Windows color (decimal): -6910889 or 5737622. OLE color: 5737622.
HSL color Cylindrical-coordinate representation of color #968C57: hue angle of 50.48º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #968C57 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 140 | 87 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.41 |
| HSL | 50.48º | 0.27% | 0.46% | - |
| HSV(B) | 50.48º | 0.42% | 0.59% | - |
| XYZ | 23.68 | 25.93 | 12.77 | - |
| YUV | 136.95 | 99.81 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 87 | 0 | 0.07 | 0.42 | 0.41 | 50.48 | 0.27 | 0.46 |
| Hex | 96 | 8C | 57 | 0 | 7 | 2A | 29 | 32 | 1B | 2E |
| Octal | 226 | 214 | 127 | 0 | 7 | 52 | 51 | 62 | 33 | 56 |
| Binary | 10010110 | 10001100 | 1010111 | 0 | 111 | 101010 | 101001 | 110010 | 11011 | 101110 |
Color Harmonies of #968C57
Complementary color
Monochromatic Colors of #968C57
Black with #968C57
Text Example
Text Example
White with #968C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C57; }
p { color: rgb(150,140,87); }
H1.HeaderClassName
{
color: #968C57;
}
.AnyTagClassName
{
color: #968C57;
}
</style>
background-color css
<style>
a { background-color: #968C57; }
a { background-color: rgb(150,140,87); }
div.DivClassName
{
background-color: #968C57;
}
.BgClassName
{
background-color: #968C57;
}
</style>
border-color css
<style>
span { border-color: #968C57; }
span { border-color: rgb(150,140,87); }
td.TdClassName
{
border-color: #968C57;
}
.TagClassName
{
border-color: #968C57;
}
</style>