Shades of Clay Creek #90805D
Tints of Clay Creek #90805D
RGB
CMYK
RGB Variations
Color information
#90805D (or 0x90805D) is known color: Clay Creek. HEX triplet: 90, 80 and 5D. RGB value is (144,128,93). Sum of RGB (Red+Green+Blue) = 144+128+93=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 144 - color contains mainly: red. Hex color #90805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90805D is #6F7FA2. Grayscale: #808080. Windows color (decimal): -7307171 or 6127760. OLE color: 6127760.
HSL color Cylindrical-coordinate representation of color #90805D: hue angle of 41.18º 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 #90805D is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 128 | 93 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.44 |
| HSL | 41.18º | 0.22% | 0.46% | - |
| HSV(B) | 41.18º | 0.35% | 0.56% | - |
| XYZ | 21.2 | 22.16 | 13.52 | - |
| YUV | 128.79 | 107.8 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 128 | 93 | 0 | 0.11 | 0.35 | 0.44 | 41.18 | 0.22 | 0.46 |
| Hex | 90 | 80 | 5D | 0 | B | 23 | 2C | 29 | 16 | 2E |
| Octal | 220 | 200 | 135 | 0 | 13 | 43 | 54 | 51 | 26 | 56 |
| Binary | 10010000 | 10000000 | 1011101 | 0 | 1011 | 100011 | 101100 | 101001 | 10110 | 101110 |
Color Harmonies of #90805D
Complementary color
Monochromatic Colors of #90805D
Black with #90805D
Text Example
Text Example
White with #90805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90805D; }
p { color: rgb(144,128,93); }
H1.HeaderClassName
{
color: #90805D;
}
.AnyTagClassName
{
color: #90805D;
}
</style>
background-color css
<style>
a { background-color: #90805D; }
a { background-color: rgb(144,128,93); }
div.DivClassName
{
background-color: #90805D;
}
.BgClassName
{
background-color: #90805D;
}
</style>
border-color css
<style>
span { border-color: #90805D; }
span { border-color: rgb(144,128,93); }
td.TdClassName
{
border-color: #90805D;
}
.TagClassName
{
border-color: #90805D;
}
</style>