Shades of Clay Creek #918A58
Tints of Clay Creek #918A58
RGB
CMYK
RGB Variations
Color information
#918A58 (or 0x918A58) is known color: Clay Creek. HEX triplet: 91, 8A and 58. RGB value is (145,138,88). Sum of RGB (Red+Green+Blue) = 145+138+88=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #918A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A58 is #6E75A7. Grayscale: #868686. Windows color (decimal): -7239080 or 5802641. OLE color: 5802641.
HSL color Cylindrical-coordinate representation of color #918A58: hue angle of 52.63º 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 #918A58 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 138 | 88 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.43 |
| HSL | 52.63º | 0.24% | 0.46% | - |
| HSV(B) | 52.63º | 0.39% | 0.57% | - |
| XYZ | 22.53 | 24.9 | 12.85 | - |
| YUV | 134.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 88 | 0 | 0.05 | 0.39 | 0.43 | 52.63 | 0.24 | 0.46 |
| Hex | 91 | 8A | 58 | 0 | 5 | 27 | 2B | 35 | 18 | 2E |
| Octal | 221 | 212 | 130 | 0 | 5 | 47 | 53 | 65 | 30 | 56 |
| Binary | 10010001 | 10001010 | 1011000 | 0 | 101 | 100111 | 101011 | 110101 | 11000 | 101110 |
Color Harmonies of #918A58
Complementary color
Monochromatic Colors of #918A58
Black with #918A58
Text Example
Text Example
White with #918A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A58; }
p { color: rgb(145,138,88); }
H1.HeaderClassName
{
color: #918A58;
}
.AnyTagClassName
{
color: #918A58;
}
</style>
background-color css
<style>
a { background-color: #918A58; }
a { background-color: rgb(145,138,88); }
div.DivClassName
{
background-color: #918A58;
}
.BgClassName
{
background-color: #918A58;
}
</style>
border-color css
<style>
span { border-color: #918A58; }
span { border-color: rgb(145,138,88); }
td.TdClassName
{
border-color: #918A58;
}
.TagClassName
{
border-color: #918A58;
}
</style>