Shades of Clay Creek #918A54
Tints of Clay Creek #918A54
RGB
CMYK
RGB Variations
Color information
#918A54 (or 0x918A54) is known color: Clay Creek. HEX triplet: 91, 8A and 54. RGB value is (145,138,84). Sum of RGB (Red+Green+Blue) = 145+138+84=367 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.51% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 145 - color contains mainly: red. Hex color #918A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A54 is #6E75AB. Grayscale: #868686. Windows color (decimal): -7239084 or 5540497. OLE color: 5540497.
HSL color Cylindrical-coordinate representation of color #918A54: hue angle of 53.11º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #918A54 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 138 | 84 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.43 |
| HSL | 53.11º | 0.27% | 0.45% | - |
| HSV(B) | 53.11º | 0.42% | 0.57% | - |
| XYZ | 22.37 | 24.84 | 12 | - |
| YUV | 133.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 84 | 0 | 0.05 | 0.42 | 0.43 | 53.11 | 0.27 | 0.45 |
| Hex | 91 | 8A | 54 | 0 | 5 | 2A | 2B | 35 | 1B | 2D |
| Octal | 221 | 212 | 124 | 0 | 5 | 52 | 53 | 65 | 33 | 55 |
| Binary | 10010001 | 10001010 | 1010100 | 0 | 101 | 101010 | 101011 | 110101 | 11011 | 101101 |
Color Harmonies of #918A54
Complementary color
Monochromatic Colors of #918A54
Black with #918A54
Text Example
Text Example
White with #918A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A54; }
p { color: rgb(145,138,84); }
H1.HeaderClassName
{
color: #918A54;
}
.AnyTagClassName
{
color: #918A54;
}
</style>
background-color css
<style>
a { background-color: #918A54; }
a { background-color: rgb(145,138,84); }
div.DivClassName
{
background-color: #918A54;
}
.BgClassName
{
background-color: #918A54;
}
</style>
border-color css
<style>
span { border-color: #918A54; }
span { border-color: rgb(145,138,84); }
td.TdClassName
{
border-color: #918A54;
}
.TagClassName
{
border-color: #918A54;
}
</style>