Shades of Clay Creek #918858
Tints of Clay Creek #918858
RGB
CMYK
RGB Variations
Color information
#918858 (or 0x918858) is known color: Clay Creek. HEX triplet: 91, 88 and 58. RGB value is (145,136,88). Sum of RGB (Red+Green+Blue) = 145+136+88=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 145 - color contains mainly: red. Hex color #918858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918858 is #6E77A7. Grayscale: #858585. Windows color (decimal): -7239592 or 5802129. OLE color: 5802129.
HSL color Cylindrical-coordinate representation of color #918858: hue angle of 50.53º 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 #918858 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 136 | 88 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.43 |
| HSL | 50.53º | 0.24% | 0.46% | - |
| HSV(B) | 50.53º | 0.39% | 0.57% | - |
| XYZ | 22.24 | 24.33 | 12.76 | - |
| YUV | 133.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 136 | 88 | 0 | 0.06 | 0.39 | 0.43 | 50.53 | 0.24 | 0.46 |
| Hex | 91 | 88 | 58 | 0 | 6 | 27 | 2B | 33 | 18 | 2E |
| Octal | 221 | 210 | 130 | 0 | 6 | 47 | 53 | 63 | 30 | 56 |
| Binary | 10010001 | 10001000 | 1011000 | 0 | 110 | 100111 | 101011 | 110011 | 11000 | 101110 |
Color Harmonies of #918858
Complementary color
Monochromatic Colors of #918858
Black with #918858
Text Example
Text Example
White with #918858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918858; }
p { color: rgb(145,136,88); }
H1.HeaderClassName
{
color: #918858;
}
.AnyTagClassName
{
color: #918858;
}
</style>
background-color css
<style>
a { background-color: #918858; }
a { background-color: rgb(145,136,88); }
div.DivClassName
{
background-color: #918858;
}
.BgClassName
{
background-color: #918858;
}
</style>
border-color css
<style>
span { border-color: #918858; }
span { border-color: rgb(145,136,88); }
td.TdClassName
{
border-color: #918858;
}
.TagClassName
{
border-color: #918858;
}
</style>