Shades of Clay Creek #918B58
Tints of Clay Creek #918B58
RGB
CMYK
RGB Variations
Color information
#918B58 (or 0x918B58) is known color: Clay Creek. HEX triplet: 91, 8B and 58. RGB value is (145,139,88). Sum of RGB (Red+Green+Blue) = 145+139+88=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 145 - color contains mainly: red. Hex color #918B58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B58 is #6E74A7. Grayscale: #878787. Windows color (decimal): -7238824 or 5802897. OLE color: 5802897.
HSL color Cylindrical-coordinate representation of color #918B58: hue angle of 53.68º 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 #918B58 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 139 | 88 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.43 |
| HSL | 53.68º | 0.24% | 0.46% | - |
| HSV(B) | 53.68º | 0.39% | 0.57% | - |
| XYZ | 22.67 | 25.19 | 12.9 | - |
| YUV | 134.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 139 | 88 | 0 | 0.04 | 0.39 | 0.43 | 53.68 | 0.24 | 0.46 |
| Hex | 91 | 8B | 58 | 0 | 4 | 27 | 2B | 36 | 18 | 2E |
| Octal | 221 | 213 | 130 | 0 | 4 | 47 | 53 | 66 | 30 | 56 |
| Binary | 10010001 | 10001011 | 1011000 | 0 | 100 | 100111 | 101011 | 110110 | 11000 | 101110 |
Color Harmonies of #918B58
Complementary color
Monochromatic Colors of #918B58
Black with #918B58
Text Example
Text Example
White with #918B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918B58; }
p { color: rgb(145,139,88); }
H1.HeaderClassName
{
color: #918B58;
}
.AnyTagClassName
{
color: #918B58;
}
</style>
background-color css
<style>
a { background-color: #918B58; }
a { background-color: rgb(145,139,88); }
div.DivClassName
{
background-color: #918B58;
}
.BgClassName
{
background-color: #918B58;
}
</style>
border-color css
<style>
span { border-color: #918B58; }
span { border-color: rgb(145,139,88); }
td.TdClassName
{
border-color: #918B58;
}
.TagClassName
{
border-color: #918B58;
}
</style>