Shades of Clay Creek #90844E
Tints of Clay Creek #90844E
RGB
CMYK
RGB Variations
Color information
#90844E (or 0x90844E) is known color: Clay Creek. HEX triplet: 90, 84 and 4E. RGB value is (144,132,78). Sum of RGB (Red+Green+Blue) = 144+132+78=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #90844E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90844E is #6F7BB1. Grayscale: #818181. Windows color (decimal): -7306162 or 5145744. OLE color: 5145744.
HSL color Cylindrical-coordinate representation of color #90844E: hue angle of 49.09º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90844E is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 78 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.44 |
| HSL | 49.09º | 0.3% | 0.44% | - |
| HSV(B) | 49.09º | 0.46% | 0.56% | - |
| XYZ | 21.13 | 22.98 | 10.53 | - |
| YUV | 129.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 78 | 0 | 0.08 | 0.46 | 0.44 | 49.09 | 0.3 | 0.44 |
| Hex | 90 | 84 | 4E | 0 | 8 | 2E | 2C | 31 | 1E | 2C |
| Octal | 220 | 204 | 116 | 0 | 10 | 56 | 54 | 61 | 36 | 54 |
| Binary | 10010000 | 10000100 | 1001110 | 0 | 1000 | 101110 | 101100 | 110001 | 11110 | 101100 |
Color Harmonies of #90844E
Complementary color
Monochromatic Colors of #90844E
Black with #90844E
Text Example
Text Example
White with #90844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90844E; }
p { color: rgb(144,132,78); }
H1.HeaderClassName
{
color: #90844E;
}
.AnyTagClassName
{
color: #90844E;
}
</style>
background-color css
<style>
a { background-color: #90844E; }
a { background-color: rgb(144,132,78); }
div.DivClassName
{
background-color: #90844E;
}
.BgClassName
{
background-color: #90844E;
}
</style>
border-color css
<style>
span { border-color: #90844E; }
span { border-color: rgb(144,132,78); }
td.TdClassName
{
border-color: #90844E;
}
.TagClassName
{
border-color: #90844E;
}
</style>