Shades of Clay Creek #90885B
Tints of Clay Creek #90885B
RGB
CMYK
RGB Variations
Color information
#90885B (or 0x90885B) is known color: Clay Creek. HEX triplet: 90, 88 and 5B. RGB value is (144,136,91). Sum of RGB (Red+Green+Blue) = 144+136+91=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 144 - color contains mainly: red. Hex color #90885B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90885B is #6F77A4. Grayscale: #858585. Windows color (decimal): -7305125 or 5998736. OLE color: 5998736.
HSL color Cylindrical-coordinate representation of color #90885B: hue angle of 50.94º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90885B is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 136 | 91 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.44 |
| HSL | 50.94º | 0.23% | 0.46% | - |
| HSV(B) | 50.94º | 0.37% | 0.56% | - |
| XYZ | 22.19 | 24.29 | 13.42 | - |
| YUV | 133.26 | 104.15 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 136 | 91 | 0 | 0.06 | 0.37 | 0.44 | 50.94 | 0.23 | 0.46 |
| Hex | 90 | 88 | 5B | 0 | 6 | 25 | 2C | 33 | 17 | 2E |
| Octal | 220 | 210 | 133 | 0 | 6 | 45 | 54 | 63 | 27 | 56 |
| Binary | 10010000 | 10001000 | 1011011 | 0 | 110 | 100101 | 101100 | 110011 | 10111 | 101110 |
Color Harmonies of #90885B
Complementary color
Monochromatic Colors of #90885B
Black with #90885B
Text Example
Text Example
White with #90885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90885B; }
p { color: rgb(144,136,91); }
H1.HeaderClassName
{
color: #90885B;
}
.AnyTagClassName
{
color: #90885B;
}
</style>
background-color css
<style>
a { background-color: #90885B; }
a { background-color: rgb(144,136,91); }
div.DivClassName
{
background-color: #90885B;
}
.BgClassName
{
background-color: #90885B;
}
</style>
border-color css
<style>
span { border-color: #90885B; }
span { border-color: rgb(144,136,91); }
td.TdClassName
{
border-color: #90885B;
}
.TagClassName
{
border-color: #90885B;
}
</style>