Shades of Clay Creek #96874E
Tints of Clay Creek #96874E
RGB
CMYK
RGB Variations
Color information
#96874E (or 0x96874E) is known color: Clay Creek. HEX triplet: 96, 87 and 4E. RGB value is (150,135,78). Sum of RGB (Red+Green+Blue) = 150+135+78=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #96874E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96874E is #6978B1. Grayscale: #858585. Windows color (decimal): -6912178 or 5146518. OLE color: 5146518.
HSL color Cylindrical-coordinate representation of color #96874E: hue angle of 47.5º 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 #96874E is Cyan = 0, Magento = 0.1, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 135 | 78 | - |
| CMYK | 0 | 0.1 | 0.48 | 0.41 |
| HSL | 47.5º | 0.32% | 0.45% | - |
| HSV(B) | 47.5º | 0.48% | 0.59% | - |
| XYZ | 22.62 | 24.36 | 10.72 | - |
| YUV | 132.99 | 96.97 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 78 | 0 | 0.1 | 0.48 | 0.41 | 47.5 | 0.32 | 0.45 |
| Hex | 96 | 87 | 4E | 0 | A | 30 | 29 | 30 | 20 | 2D |
| Octal | 226 | 207 | 116 | 0 | 12 | 60 | 51 | 60 | 40 | 55 |
| Binary | 10010110 | 10000111 | 1001110 | 0 | 1010 | 110000 | 101001 | 110000 | 100000 | 101101 |
Color Harmonies of #96874E
Complementary color
Monochromatic Colors of #96874E
Black with #96874E
Text Example
Text Example
White with #96874E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96874E; }
p { color: rgb(150,135,78); }
H1.HeaderClassName
{
color: #96874E;
}
.AnyTagClassName
{
color: #96874E;
}
</style>
background-color css
<style>
a { background-color: #96874E; }
a { background-color: rgb(150,135,78); }
div.DivClassName
{
background-color: #96874E;
}
.BgClassName
{
background-color: #96874E;
}
</style>
border-color css
<style>
span { border-color: #96874E; }
span { border-color: rgb(150,135,78); }
td.TdClassName
{
border-color: #96874E;
}
.TagClassName
{
border-color: #96874E;
}
</style>