Shades of Clay Creek #96894E
Tints of Clay Creek #96894E
RGB
CMYK
RGB Variations
Color information
#96894E (or 0x96894E) is known color: Clay Creek. HEX triplet: 96, 89 and 4E. RGB value is (150,137,78). Sum of RGB (Red+Green+Blue) = 150+137+78=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #96894E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96894E is #6976B1. Grayscale: #868686. Windows color (decimal): -6911666 or 5147030. OLE color: 5147030.
HSL color Cylindrical-coordinate representation of color #96894E: hue angle of 49.17º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96894E is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 137 | 78 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.41 |
| HSL | 49.17º | 0.32% | 0.45% | - |
| HSV(B) | 49.17º | 0.48% | 0.59% | - |
| XYZ | 22.9 | 24.93 | 10.81 | - |
| YUV | 134.16 | 96.31 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 78 | 0 | 0.09 | 0.48 | 0.41 | 49.17 | 0.32 | 0.45 |
| Hex | 96 | 89 | 4E | 0 | 9 | 30 | 29 | 31 | 20 | 2D |
| Octal | 226 | 211 | 116 | 0 | 11 | 60 | 51 | 61 | 40 | 55 |
| Binary | 10010110 | 10001001 | 1001110 | 0 | 1001 | 110000 | 101001 | 110001 | 100000 | 101101 |
Color Harmonies of #96894E
Complementary color
Monochromatic Colors of #96894E
Black with #96894E
Text Example
Text Example
White with #96894E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96894E; }
p { color: rgb(150,137,78); }
H1.HeaderClassName
{
color: #96894E;
}
.AnyTagClassName
{
color: #96894E;
}
</style>
background-color css
<style>
a { background-color: #96894E; }
a { background-color: rgb(150,137,78); }
div.DivClassName
{
background-color: #96894E;
}
.BgClassName
{
background-color: #96894E;
}
</style>
border-color css
<style>
span { border-color: #96894E; }
span { border-color: rgb(150,137,78); }
td.TdClassName
{
border-color: #96894E;
}
.TagClassName
{
border-color: #96894E;
}
</style>