Shades of Beaver #917365
Tints of Beaver #917365
RGB
CMYK
RGB Variations
Color information
#917365 (or 0x917365) is known color: Beaver. HEX triplet: 91, 73 and 65. RGB value is (145,115,101). Sum of RGB (Red+Green+Blue) = 145+115+101=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #917365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917365 is #6E8C9A. Grayscale: #7A7A7A. Windows color (decimal): -7244955 or 6648721. OLE color: 6648721.
HSL color Cylindrical-coordinate representation of color #917365: hue angle of 19.09º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #917365 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 115 | 101 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.43 |
| HSL | 19.09º | 0.18% | 0.48% | - |
| HSV(B) | 19.09º | 0.3% | 0.57% | - |
| XYZ | 20.16 | 19.22 | 14.96 | - |
| YUV | 122.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 115 | 101 | 0 | 0.21 | 0.30 | 0.43 | 19.09 | 0.18 | 0.48 |
| Hex | 91 | 73 | 65 | 0 | 15 | 1E | 2B | 13 | 12 | 30 |
| Octal | 221 | 163 | 145 | 0 | 25 | 36 | 53 | 23 | 22 | 60 |
| Binary | 10010001 | 1110011 | 1100101 | 0 | 10101 | 11110 | 101011 | 10011 | 10010 | 110000 |
Color Harmonies of #917365
Complementary color
Monochromatic Colors of #917365
Black with #917365
Text Example
Text Example
White with #917365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917365; }
p { color: rgb(145,115,101); }
H1.HeaderClassName
{
color: #917365;
}
.AnyTagClassName
{
color: #917365;
}
</style>
background-color css
<style>
a { background-color: #917365; }
a { background-color: rgb(145,115,101); }
div.DivClassName
{
background-color: #917365;
}
.BgClassName
{
background-color: #917365;
}
</style>
border-color css
<style>
span { border-color: #917365; }
span { border-color: rgb(145,115,101); }
td.TdClassName
{
border-color: #917365;
}
.TagClassName
{
border-color: #917365;
}
</style>