Shades of Clay Creek #96854D
Tints of Clay Creek #96854D
RGB
CMYK
RGB Variations
Color information
#96854D (or 0x96854D) is known color: Clay Creek. HEX triplet: 96, 85 and 4D. RGB value is (150,133,77). Sum of RGB (Red+Green+Blue) = 150+133+77=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #96854D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96854D is #697AB2. Grayscale: #838383. Windows color (decimal): -6912691 or 5080470. OLE color: 5080470.
HSL color Cylindrical-coordinate representation of color #96854D: hue angle of 46.03º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96854D is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 133 | 77 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.41 |
| HSL | 46.03º | 0.32% | 0.45% | - |
| HSV(B) | 46.03º | 0.49% | 0.59% | - |
| XYZ | 22.3 | 23.79 | 10.44 | - |
| YUV | 131.7 | 97.13 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 77 | 0 | 0.11 | 0.49 | 0.41 | 46.03 | 0.32 | 0.45 |
| Hex | 96 | 85 | 4D | 0 | B | 31 | 29 | 2E | 20 | 2D |
| Octal | 226 | 205 | 115 | 0 | 13 | 61 | 51 | 56 | 40 | 55 |
| Binary | 10010110 | 10000101 | 1001101 | 0 | 1011 | 110001 | 101001 | 101110 | 100000 | 101101 |
Color Harmonies of #96854D
Complementary color
Monochromatic Colors of #96854D
Black with #96854D
Text Example
Text Example
White with #96854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96854D; }
p { color: rgb(150,133,77); }
H1.HeaderClassName
{
color: #96854D;
}
.AnyTagClassName
{
color: #96854D;
}
</style>
background-color css
<style>
a { background-color: #96854D; }
a { background-color: rgb(150,133,77); }
div.DivClassName
{
background-color: #96854D;
}
.BgClassName
{
background-color: #96854D;
}
</style>
border-color css
<style>
span { border-color: #96854D; }
span { border-color: rgb(150,133,77); }
td.TdClassName
{
border-color: #96854D;
}
.TagClassName
{
border-color: #96854D;
}
</style>