Shades of Clay Creek #96845B
Tints of Clay Creek #96845B
RGB
CMYK
RGB Variations
Color information
#96845B (or 0x96845B) is known color: Clay Creek. HEX triplet: 96, 84 and 5B. RGB value is (150,132,91). Sum of RGB (Red+Green+Blue) = 150+132+91=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #96845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96845B is #697BA4. Grayscale: #848484. Windows color (decimal): -6912933 or 5997718. OLE color: 5997718.
HSL color Cylindrical-coordinate representation of color #96845B: hue angle of 41.69º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96845B is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 132 | 91 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.41 |
| HSL | 41.69º | 0.24% | 0.47% | - |
| HSV(B) | 41.69º | 0.39% | 0.59% | - |
| XYZ | 22.72 | 23.74 | 13.28 | - |
| YUV | 132.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 91 | 0 | 0.12 | 0.39 | 0.41 | 41.69 | 0.24 | 0.47 |
| Hex | 96 | 84 | 5B | 0 | C | 27 | 29 | 2A | 18 | 2F |
| Octal | 226 | 204 | 133 | 0 | 14 | 47 | 51 | 52 | 30 | 57 |
| Binary | 10010110 | 10000100 | 1011011 | 0 | 1100 | 100111 | 101001 | 101010 | 11000 | 101111 |
Color Harmonies of #96845B
Complementary color
Monochromatic Colors of #96845B
Black with #96845B
Text Example
Text Example
White with #96845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96845B; }
p { color: rgb(150,132,91); }
H1.HeaderClassName
{
color: #96845B;
}
.AnyTagClassName
{
color: #96845B;
}
</style>
background-color css
<style>
a { background-color: #96845B; }
a { background-color: rgb(150,132,91); }
div.DivClassName
{
background-color: #96845B;
}
.BgClassName
{
background-color: #96845B;
}
</style>
border-color css
<style>
span { border-color: #96845B; }
span { border-color: rgb(150,132,91); }
td.TdClassName
{
border-color: #96845B;
}
.TagClassName
{
border-color: #96845B;
}
</style>