Shades of Clay Creek #96864D
Tints of Clay Creek #96864D
RGB
CMYK
RGB Variations
Color information
#96864D (or 0x96864D) is known color: Clay Creek. HEX triplet: 96, 86 and 4D. RGB value is (150,134,77). Sum of RGB (Red+Green+Blue) = 150+134+77=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #96864D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96864D is #6979B2. Grayscale: #848484. Windows color (decimal): -6912435 or 5080726. OLE color: 5080726.
HSL color Cylindrical-coordinate representation of color #96864D: hue angle of 46.85º 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 #96864D is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 134 | 77 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.41 |
| HSL | 46.85º | 0.32% | 0.45% | - |
| HSV(B) | 46.85º | 0.49% | 0.59% | - |
| XYZ | 22.44 | 24.07 | 10.48 | - |
| YUV | 132.29 | 96.8 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 77 | 0 | 0.11 | 0.49 | 0.41 | 46.85 | 0.32 | 0.45 |
| Hex | 96 | 86 | 4D | 0 | B | 31 | 29 | 2F | 20 | 2D |
| Octal | 226 | 206 | 115 | 0 | 13 | 61 | 51 | 57 | 40 | 55 |
| Binary | 10010110 | 10000110 | 1001101 | 0 | 1011 | 110001 | 101001 | 101111 | 100000 | 101101 |
Color Harmonies of #96864D
Complementary color
Monochromatic Colors of #96864D
Black with #96864D
Text Example
Text Example
White with #96864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96864D; }
p { color: rgb(150,134,77); }
H1.HeaderClassName
{
color: #96864D;
}
.AnyTagClassName
{
color: #96864D;
}
</style>
background-color css
<style>
a { background-color: #96864D; }
a { background-color: rgb(150,134,77); }
div.DivClassName
{
background-color: #96864D;
}
.BgClassName
{
background-color: #96864D;
}
</style>
border-color css
<style>
span { border-color: #96864D; }
span { border-color: rgb(150,134,77); }
td.TdClassName
{
border-color: #96864D;
}
.TagClassName
{
border-color: #96864D;
}
</style>