Shades of Clay Creek #90815D
Tints of Clay Creek #90815D
RGB
CMYK
RGB Variations
Color information
#90815D (or 0x90815D) is known color: Clay Creek. HEX triplet: 90, 81 and 5D. RGB value is (144,129,93). Sum of RGB (Red+Green+Blue) = 144+129+93=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 144 - color contains mainly: red. Hex color #90815D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90815D is #6F7EA2. Grayscale: #818181. Windows color (decimal): -7306915 or 6128016. OLE color: 6128016.
HSL color Cylindrical-coordinate representation of color #90815D: hue angle of 42.35º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90815D is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 129 | 93 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.44 |
| HSL | 42.35º | 0.22% | 0.46% | - |
| HSV(B) | 42.35º | 0.35% | 0.56% | - |
| XYZ | 21.33 | 22.42 | 13.56 | - |
| YUV | 129.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 93 | 0 | 0.10 | 0.35 | 0.44 | 42.35 | 0.22 | 0.46 |
| Hex | 90 | 81 | 5D | 0 | A | 23 | 2C | 2A | 16 | 2E |
| Octal | 220 | 201 | 135 | 0 | 12 | 43 | 54 | 52 | 26 | 56 |
| Binary | 10010000 | 10000001 | 1011101 | 0 | 1010 | 100011 | 101100 | 101010 | 10110 | 101110 |
Color Harmonies of #90815D
Complementary color
Monochromatic Colors of #90815D
Black with #90815D
Text Example
Text Example
White with #90815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90815D; }
p { color: rgb(144,129,93); }
H1.HeaderClassName
{
color: #90815D;
}
.AnyTagClassName
{
color: #90815D;
}
</style>
background-color css
<style>
a { background-color: #90815D; }
a { background-color: rgb(144,129,93); }
div.DivClassName
{
background-color: #90815D;
}
.BgClassName
{
background-color: #90815D;
}
</style>
border-color css
<style>
span { border-color: #90815D; }
span { border-color: rgb(144,129,93); }
td.TdClassName
{
border-color: #90815D;
}
.TagClassName
{
border-color: #90815D;
}
</style>