Shades of Clay Creek #90845C
Tints of Clay Creek #90845C
RGB
CMYK
RGB Variations
Color information
#90845C (or 0x90845C) is known color: Clay Creek. HEX triplet: 90, 84 and 5C. RGB value is (144,132,92). Sum of RGB (Red+Green+Blue) = 144+132+92=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 144 - color contains mainly: red. Hex color #90845C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90845C is #6F7BA3. Grayscale: #838383. Windows color (decimal): -7306148 or 6063248. OLE color: 6063248.
HSL color Cylindrical-coordinate representation of color #90845C: hue angle of 46.15º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90845C is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 92 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.44 |
| HSL | 46.15º | 0.22% | 0.46% | - |
| HSV(B) | 46.15º | 0.36% | 0.56% | - |
| XYZ | 21.68 | 23.2 | 13.46 | - |
| YUV | 131.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 92 | 0 | 0.08 | 0.36 | 0.44 | 46.15 | 0.22 | 0.46 |
| Hex | 90 | 84 | 5C | 0 | 8 | 24 | 2C | 2E | 16 | 2E |
| Octal | 220 | 204 | 134 | 0 | 10 | 44 | 54 | 56 | 26 | 56 |
| Binary | 10010000 | 10000100 | 1011100 | 0 | 1000 | 100100 | 101100 | 101110 | 10110 | 101110 |
Color Harmonies of #90845C
Complementary color
Monochromatic Colors of #90845C
Black with #90845C
Text Example
Text Example
White with #90845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90845C; }
p { color: rgb(144,132,92); }
H1.HeaderClassName
{
color: #90845C;
}
.AnyTagClassName
{
color: #90845C;
}
</style>
background-color css
<style>
a { background-color: #90845C; }
a { background-color: rgb(144,132,92); }
div.DivClassName
{
background-color: #90845C;
}
.BgClassName
{
background-color: #90845C;
}
</style>
border-color css
<style>
span { border-color: #90845C; }
span { border-color: rgb(144,132,92); }
td.TdClassName
{
border-color: #90845C;
}
.TagClassName
{
border-color: #90845C;
}
</style>