Shades of Clay Creek #908454
Tints of Clay Creek #908454
RGB
CMYK
RGB Variations
Color information
#908454 (or 0x908454) is known color: Clay Creek. HEX triplet: 90, 84 and 54. RGB value is (144,132,84). Sum of RGB (Red+Green+Blue) = 144+132+84=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 144 - color contains mainly: red. Hex color #908454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908454 is #6F7BAB. Grayscale: #828282. Windows color (decimal): -7306156 or 5538960. OLE color: 5538960.
HSL color Cylindrical-coordinate representation of color #908454: hue angle of 48º 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 #908454 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 84 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.44 |
| HSL | 48º | 0.26% | 0.45% | - |
| HSV(B) | 48º | 0.42% | 0.56% | - |
| XYZ | 21.35 | 23.07 | 11.72 | - |
| YUV | 130.12 | 101.98 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 84 | 0 | 0.08 | 0.42 | 0.44 | 48 | 0.26 | 0.45 |
| Hex | 90 | 84 | 54 | 0 | 8 | 2A | 2C | 30 | 1A | 2D |
| Octal | 220 | 204 | 124 | 0 | 10 | 52 | 54 | 60 | 32 | 55 |
| Binary | 10010000 | 10000100 | 1010100 | 0 | 1000 | 101010 | 101100 | 110000 | 11010 | 101101 |
Color Harmonies of #908454
Complementary color
Monochromatic Colors of #908454
Black with #908454
Text Example
Text Example
White with #908454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908454; }
p { color: rgb(144,132,84); }
H1.HeaderClassName
{
color: #908454;
}
.AnyTagClassName
{
color: #908454;
}
</style>
background-color css
<style>
a { background-color: #908454; }
a { background-color: rgb(144,132,84); }
div.DivClassName
{
background-color: #908454;
}
.BgClassName
{
background-color: #908454;
}
</style>
border-color css
<style>
span { border-color: #908454; }
span { border-color: rgb(144,132,84); }
td.TdClassName
{
border-color: #908454;
}
.TagClassName
{
border-color: #908454;
}
</style>