Shades of Shadow #917646
Tints of Shadow #917646
RGB
CMYK
RGB Variations
Color information
#917646 (or 0x917646) is known color: Shadow. HEX triplet: 91, 76 and 46. RGB value is (145,118,70). Sum of RGB (Red+Green+Blue) = 145+118+70=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 145 - color contains mainly: red. Hex color #917646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917646 is #6E89B9. Grayscale: #787878. Windows color (decimal): -7244218 or 4617873. OLE color: 4617873.
HSL color Cylindrical-coordinate representation of color #917646: hue angle of 38.4º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #917646 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 118 | 70 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.43 |
| HSL | 38.4º | 0.35% | 0.42% | - |
| HSV(B) | 38.4º | 0.52% | 0.57% | - |
| XYZ | 19.26 | 19.42 | 8.53 | - |
| YUV | 120.6 | 99.45 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 118 | 70 | 0 | 0.19 | 0.52 | 0.43 | 38.4 | 0.35 | 0.42 |
| Hex | 91 | 76 | 46 | 0 | 13 | 34 | 2B | 26 | 23 | 2A |
| Octal | 221 | 166 | 106 | 0 | 23 | 64 | 53 | 46 | 43 | 52 |
| Binary | 10010001 | 1110110 | 1000110 | 0 | 10011 | 110100 | 101011 | 100110 | 100011 | 101010 |
Color Harmonies of #917646
Complementary color
Monochromatic Colors of #917646
Black with #917646
Text Example
Text Example
White with #917646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917646; }
p { color: rgb(145,118,70); }
H1.HeaderClassName
{
color: #917646;
}
.AnyTagClassName
{
color: #917646;
}
</style>
background-color css
<style>
a { background-color: #917646; }
a { background-color: rgb(145,118,70); }
div.DivClassName
{
background-color: #917646;
}
.BgClassName
{
background-color: #917646;
}
</style>
border-color css
<style>
span { border-color: #917646; }
span { border-color: rgb(145,118,70); }
td.TdClassName
{
border-color: #917646;
}
.TagClassName
{
border-color: #917646;
}
</style>