Shades of Clay Creek #918656
Tints of Clay Creek #918656
RGB
CMYK
RGB Variations
Color information
#918656 (or 0x918656) is known color: Clay Creek. HEX triplet: 91, 86 and 56. RGB value is (145,134,86). Sum of RGB (Red+Green+Blue) = 145+134+86=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 145 - color contains mainly: red. Hex color #918656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918656 is #6E79A9. Grayscale: #848484. Windows color (decimal): -7240106 or 5670545. OLE color: 5670545.
HSL color Cylindrical-coordinate representation of color #918656: hue angle of 48.81º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #918656 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 134 | 86 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.43 |
| HSL | 48.81º | 0.26% | 0.45% | - |
| HSV(B) | 48.81º | 0.41% | 0.57% | - |
| XYZ | 21.88 | 23.74 | 12.23 | - |
| YUV | 131.82 | 102.14 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 134 | 86 | 0 | 0.08 | 0.41 | 0.43 | 48.81 | 0.26 | 0.45 |
| Hex | 91 | 86 | 56 | 0 | 8 | 29 | 2B | 31 | 1A | 2D |
| Octal | 221 | 206 | 126 | 0 | 10 | 51 | 53 | 61 | 32 | 55 |
| Binary | 10010001 | 10000110 | 1010110 | 0 | 1000 | 101001 | 101011 | 110001 | 11010 | 101101 |
Color Harmonies of #918656
Complementary color
Monochromatic Colors of #918656
Black with #918656
Text Example
Text Example
White with #918656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918656; }
p { color: rgb(145,134,86); }
H1.HeaderClassName
{
color: #918656;
}
.AnyTagClassName
{
color: #918656;
}
</style>
background-color css
<style>
a { background-color: #918656; }
a { background-color: rgb(145,134,86); }
div.DivClassName
{
background-color: #918656;
}
.BgClassName
{
background-color: #918656;
}
</style>
border-color css
<style>
span { border-color: #918656; }
span { border-color: rgb(145,134,86); }
td.TdClassName
{
border-color: #918656;
}
.TagClassName
{
border-color: #918656;
}
</style>