Shades of Clay Creek #908854
Tints of Clay Creek #908854
RGB
CMYK
RGB Variations
Color information
#908854 (or 0x908854) is known color: Clay Creek. HEX triplet: 90, 88 and 54. RGB value is (144,136,84). Sum of RGB (Red+Green+Blue) = 144+136+84=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 144 - color contains mainly: red. Hex color #908854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908854 is #6F77AB. Grayscale: #848484. Windows color (decimal): -7305132 or 5539984. OLE color: 5539984.
HSL color Cylindrical-coordinate representation of color #908854: hue angle of 52º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #908854 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 136 | 84 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.44 |
| HSL | 52º | 0.26% | 0.45% | - |
| HSV(B) | 52º | 0.42% | 0.56% | - |
| XYZ | 21.91 | 24.18 | 11.9 | - |
| YUV | 132.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 136 | 84 | 0 | 0.06 | 0.42 | 0.44 | 52 | 0.26 | 0.45 |
| Hex | 90 | 88 | 54 | 0 | 6 | 2A | 2C | 34 | 1A | 2D |
| Octal | 220 | 210 | 124 | 0 | 6 | 52 | 54 | 64 | 32 | 55 |
| Binary | 10010000 | 10001000 | 1010100 | 0 | 110 | 101010 | 101100 | 110100 | 11010 | 101101 |
Color Harmonies of #908854
Complementary color
Monochromatic Colors of #908854
Black with #908854
Text Example
Text Example
White with #908854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908854; }
p { color: rgb(144,136,84); }
H1.HeaderClassName
{
color: #908854;
}
.AnyTagClassName
{
color: #908854;
}
</style>
background-color css
<style>
a { background-color: #908854; }
a { background-color: rgb(144,136,84); }
div.DivClassName
{
background-color: #908854;
}
.BgClassName
{
background-color: #908854;
}
</style>
border-color css
<style>
span { border-color: #908854; }
span { border-color: rgb(144,136,84); }
td.TdClassName
{
border-color: #908854;
}
.TagClassName
{
border-color: #908854;
}
</style>