Shades of Clay Creek #90844C
Tints of Clay Creek #90844C
RGB
CMYK
RGB Variations
Color information
#90844C (or 0x90844C) is known color: Clay Creek. HEX triplet: 90, 84 and 4C. RGB value is (144,132,76). Sum of RGB (Red+Green+Blue) = 144+132+76=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #90844C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90844C is #6F7BB3. Grayscale: #818181. Windows color (decimal): -7306164 or 5014672. OLE color: 5014672.
HSL color Cylindrical-coordinate representation of color #90844C: hue angle of 49.41º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90844C is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 76 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.44 |
| HSL | 49.41º | 0.31% | 0.43% | - |
| HSV(B) | 49.41º | 0.47% | 0.56% | - |
| XYZ | 21.06 | 22.95 | 10.16 | - |
| YUV | 129.2 | 97.98 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 76 | 0 | 0.08 | 0.47 | 0.44 | 49.41 | 0.31 | 0.43 |
| Hex | 90 | 84 | 4C | 0 | 8 | 2F | 2C | 31 | 1F | 2B |
| Octal | 220 | 204 | 114 | 0 | 10 | 57 | 54 | 61 | 37 | 53 |
| Binary | 10010000 | 10000100 | 1001100 | 0 | 1000 | 101111 | 101100 | 110001 | 11111 | 101011 |
Color Harmonies of #90844C
Complementary color
Monochromatic Colors of #90844C
Black with #90844C
Text Example
Text Example
White with #90844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90844C; }
p { color: rgb(144,132,76); }
H1.HeaderClassName
{
color: #90844C;
}
.AnyTagClassName
{
color: #90844C;
}
</style>
background-color css
<style>
a { background-color: #90844C; }
a { background-color: rgb(144,132,76); }
div.DivClassName
{
background-color: #90844C;
}
.BgClassName
{
background-color: #90844C;
}
</style>
border-color css
<style>
span { border-color: #90844C; }
span { border-color: rgb(144,132,76); }
td.TdClassName
{
border-color: #90844C;
}
.TagClassName
{
border-color: #90844C;
}
</style>