Shades of Clay Creek #90855C
Tints of Clay Creek #90855C
RGB
CMYK
RGB Variations
Color information
#90855C (or 0x90855C) is known color: Clay Creek. HEX triplet: 90, 85 and 5C. RGB value is (144,133,92). Sum of RGB (Red+Green+Blue) = 144+133+92=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 144 - color contains mainly: red. Hex color #90855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90855C is #6F7AA3. Grayscale: #838383. Windows color (decimal): -7305892 or 6063504. OLE color: 6063504.
HSL color Cylindrical-coordinate representation of color #90855C: hue angle of 47.31º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90855C is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 133 | 92 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.44 |
| HSL | 47.31º | 0.22% | 0.46% | - |
| HSV(B) | 47.31º | 0.36% | 0.56% | - |
| XYZ | 21.82 | 23.48 | 13.51 | - |
| YUV | 131.62 | 105.64 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 92 | 0 | 0.08 | 0.36 | 0.44 | 47.31 | 0.22 | 0.46 |
| Hex | 90 | 85 | 5C | 0 | 8 | 24 | 2C | 2F | 16 | 2E |
| Octal | 220 | 205 | 134 | 0 | 10 | 44 | 54 | 57 | 26 | 56 |
| Binary | 10010000 | 10000101 | 1011100 | 0 | 1000 | 100100 | 101100 | 101111 | 10110 | 101110 |
Color Harmonies of #90855C
Complementary color
Monochromatic Colors of #90855C
Black with #90855C
Text Example
Text Example
White with #90855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90855C; }
p { color: rgb(144,133,92); }
H1.HeaderClassName
{
color: #90855C;
}
.AnyTagClassName
{
color: #90855C;
}
</style>
background-color css
<style>
a { background-color: #90855C; }
a { background-color: rgb(144,133,92); }
div.DivClassName
{
background-color: #90855C;
}
.BgClassName
{
background-color: #90855C;
}
</style>
border-color css
<style>
span { border-color: #90855C; }
span { border-color: rgb(144,133,92); }
td.TdClassName
{
border-color: #90855C;
}
.TagClassName
{
border-color: #90855C;
}
</style>