Shades of Clay Creek #968550
Tints of Clay Creek #968550
RGB
CMYK
RGB Variations
Color information
#968550 (or 0x968550) is known color: Clay Creek. HEX triplet: 96, 85 and 50. RGB value is (150,133,80). Sum of RGB (Red+Green+Blue) = 150+133+80=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #968550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968550 is #697AAF. Grayscale: #848484. Windows color (decimal): -6912688 or 5277078. OLE color: 5277078.
HSL color Cylindrical-coordinate representation of color #968550: hue angle of 45.43º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #968550 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 133 | 80 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.41 |
| HSL | 45.43º | 0.3% | 0.45% | - |
| HSV(B) | 45.43º | 0.47% | 0.59% | - |
| XYZ | 22.41 | 23.84 | 11.01 | - |
| YUV | 132.04 | 98.63 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 80 | 0 | 0.11 | 0.47 | 0.41 | 45.43 | 0.3 | 0.45 |
| Hex | 96 | 85 | 50 | 0 | B | 2F | 29 | 2D | 1E | 2D |
| Octal | 226 | 205 | 120 | 0 | 13 | 57 | 51 | 55 | 36 | 55 |
| Binary | 10010110 | 10000101 | 1010000 | 0 | 1011 | 101111 | 101001 | 101101 | 11110 | 101101 |
Color Harmonies of #968550
Complementary color
Monochromatic Colors of #968550
Black with #968550
Text Example
Text Example
White with #968550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968550; }
p { color: rgb(150,133,80); }
H1.HeaderClassName
{
color: #968550;
}
.AnyTagClassName
{
color: #968550;
}
</style>
background-color css
<style>
a { background-color: #968550; }
a { background-color: rgb(150,133,80); }
div.DivClassName
{
background-color: #968550;
}
.BgClassName
{
background-color: #968550;
}
</style>
border-color css
<style>
span { border-color: #968550; }
span { border-color: rgb(150,133,80); }
td.TdClassName
{
border-color: #968550;
}
.TagClassName
{
border-color: #968550;
}
</style>