Shades of Clay Creek #918959
Tints of Clay Creek #918959
RGB
CMYK
RGB Variations
Color information
#918959 (or 0x918959) is known color: Clay Creek. HEX triplet: 91, 89 and 59. RGB value is (145,137,89). Sum of RGB (Red+Green+Blue) = 145+137+89=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #918959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918959 is #6E76A6. Grayscale: #868686. Windows color (decimal): -7239335 or 5867921. OLE color: 5867921.
HSL color Cylindrical-coordinate representation of color #918959: hue angle of 51.43º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #918959 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 137 | 89 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.43 |
| HSL | 51.43º | 0.24% | 0.46% | - |
| HSV(B) | 51.43º | 0.39% | 0.57% | - |
| XYZ | 22.43 | 24.63 | 13.02 | - |
| YUV | 133.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 89 | 0 | 0.06 | 0.39 | 0.43 | 51.43 | 0.24 | 0.46 |
| Hex | 91 | 89 | 59 | 0 | 6 | 27 | 2B | 33 | 18 | 2E |
| Octal | 221 | 211 | 131 | 0 | 6 | 47 | 53 | 63 | 30 | 56 |
| Binary | 10010001 | 10001001 | 1011001 | 0 | 110 | 100111 | 101011 | 110011 | 11000 | 101110 |
Color Harmonies of #918959
Complementary color
Monochromatic Colors of #918959
Black with #918959
Text Example
Text Example
White with #918959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918959; }
p { color: rgb(145,137,89); }
H1.HeaderClassName
{
color: #918959;
}
.AnyTagClassName
{
color: #918959;
}
</style>
background-color css
<style>
a { background-color: #918959; }
a { background-color: rgb(145,137,89); }
div.DivClassName
{
background-color: #918959;
}
.BgClassName
{
background-color: #918959;
}
</style>
border-color css
<style>
span { border-color: #918959; }
span { border-color: rgb(145,137,89); }
td.TdClassName
{
border-color: #918959;
}
.TagClassName
{
border-color: #918959;
}
</style>