Shades of Clay Creek #908C53
Tints of Clay Creek #908C53
RGB
CMYK
RGB Variations
Color information
#908C53 (or 0x908C53) is known color: Clay Creek. HEX triplet: 90, 8C and 53. RGB value is (144,140,83). Sum of RGB (Red+Green+Blue) = 144+140+83=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 144 - color contains mainly: red. Hex color #908C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908C53 is #6F73AC. Grayscale: #868686. Windows color (decimal): -7304109 or 5475472. OLE color: 5475472.
HSL color Cylindrical-coordinate representation of color #908C53: hue angle of 56.07º degrees, saturation: 0.27, 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 #908C53 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 140 | 83 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.44 |
| HSL | 56.07º | 0.27% | 0.45% | - |
| HSV(B) | 56.07º | 0.42% | 0.56% | - |
| XYZ | 22.44 | 25.31 | 11.89 | - |
| YUV | 134.7 | 98.83 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 83 | 0 | 0.03 | 0.42 | 0.44 | 56.07 | 0.27 | 0.45 |
| Hex | 90 | 8C | 53 | 0 | 3 | 2A | 2C | 38 | 1B | 2D |
| Octal | 220 | 214 | 123 | 0 | 3 | 52 | 54 | 70 | 33 | 55 |
| Binary | 10010000 | 10001100 | 1010011 | 0 | 11 | 101010 | 101100 | 111000 | 11011 | 101101 |
Color Harmonies of #908C53
Complementary color
Monochromatic Colors of #908C53
Black with #908C53
Text Example
Text Example
White with #908C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908C53; }
p { color: rgb(144,140,83); }
H1.HeaderClassName
{
color: #908C53;
}
.AnyTagClassName
{
color: #908C53;
}
</style>
background-color css
<style>
a { background-color: #908C53; }
a { background-color: rgb(144,140,83); }
div.DivClassName
{
background-color: #908C53;
}
.BgClassName
{
background-color: #908C53;
}
</style>
border-color css
<style>
span { border-color: #908C53; }
span { border-color: rgb(144,140,83); }
td.TdClassName
{
border-color: #908C53;
}
.TagClassName
{
border-color: #908C53;
}
</style>