Shades of Clay Creek #968955
Tints of Clay Creek #968955
RGB
CMYK
RGB Variations
Color information
#968955 (or 0x968955) is known color: Clay Creek. HEX triplet: 96, 89 and 55. RGB value is (150,137,85). Sum of RGB (Red+Green+Blue) = 150+137+85=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #968955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968955 is #6976AA. Grayscale: #878787. Windows color (decimal): -6911659 or 5605782. OLE color: 5605782.
HSL color Cylindrical-coordinate representation of color #968955: hue angle of 48º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #968955 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 137 | 85 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.41 |
| HSL | 48º | 0.28% | 0.46% | - |
| HSV(B) | 48º | 0.43% | 0.59% | - |
| XYZ | 23.16 | 25.03 | 12.21 | - |
| YUV | 134.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 85 | 0 | 0.09 | 0.43 | 0.41 | 48 | 0.28 | 0.46 |
| Hex | 96 | 89 | 55 | 0 | 9 | 2B | 29 | 30 | 1C | 2E |
| Octal | 226 | 211 | 125 | 0 | 11 | 53 | 51 | 60 | 34 | 56 |
| Binary | 10010110 | 10001001 | 1010101 | 0 | 1001 | 101011 | 101001 | 110000 | 11100 | 101110 |
Color Harmonies of #968955
Complementary color
Monochromatic Colors of #968955
Black with #968955
Text Example
Text Example
White with #968955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968955; }
p { color: rgb(150,137,85); }
H1.HeaderClassName
{
color: #968955;
}
.AnyTagClassName
{
color: #968955;
}
</style>
background-color css
<style>
a { background-color: #968955; }
a { background-color: rgb(150,137,85); }
div.DivClassName
{
background-color: #968955;
}
.BgClassName
{
background-color: #968955;
}
</style>
border-color css
<style>
span { border-color: #968955; }
span { border-color: rgb(150,137,85); }
td.TdClassName
{
border-color: #968955;
}
.TagClassName
{
border-color: #968955;
}
</style>