Shades of Clay Creek #908A54
Tints of Clay Creek #908A54
RGB
CMYK
RGB Variations
Color information
#908A54 (or 0x908A54) is known color: Clay Creek. HEX triplet: 90, 8A and 54. RGB value is (144,138,84). Sum of RGB (Red+Green+Blue) = 144+138+84=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 144 - color contains mainly: red. Hex color #908A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908A54 is #6F75AB. Grayscale: #858585. Windows color (decimal): -7304620 or 5540496. OLE color: 5540496.
HSL color Cylindrical-coordinate representation of color #908A54: hue angle of 54º 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 #908A54 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 138 | 84 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.44 |
| HSL | 54º | 0.26% | 0.45% | - |
| HSV(B) | 54º | 0.42% | 0.56% | - |
| XYZ | 22.19 | 24.75 | 11.99 | - |
| YUV | 133.64 | 99.99 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 84 | 0 | 0.04 | 0.42 | 0.44 | 54 | 0.26 | 0.45 |
| Hex | 90 | 8A | 54 | 0 | 4 | 2A | 2C | 36 | 1A | 2D |
| Octal | 220 | 212 | 124 | 0 | 4 | 52 | 54 | 66 | 32 | 55 |
| Binary | 10010000 | 10001010 | 1010100 | 0 | 100 | 101010 | 101100 | 110110 | 11010 | 101101 |
Color Harmonies of #908A54
Complementary color
Monochromatic Colors of #908A54
Black with #908A54
Text Example
Text Example
White with #908A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908A54; }
p { color: rgb(144,138,84); }
H1.HeaderClassName
{
color: #908A54;
}
.AnyTagClassName
{
color: #908A54;
}
</style>
background-color css
<style>
a { background-color: #908A54; }
a { background-color: rgb(144,138,84); }
div.DivClassName
{
background-color: #908A54;
}
.BgClassName
{
background-color: #908A54;
}
</style>
border-color css
<style>
span { border-color: #908A54; }
span { border-color: rgb(144,138,84); }
td.TdClassName
{
border-color: #908A54;
}
.TagClassName
{
border-color: #908A54;
}
</style>