Shades of Beaver #91695A
Tints of Beaver #91695A
RGB
CMYK
RGB Variations
Color information
#91695A (or 0x91695A) is known color: Beaver. HEX triplet: 91, 69 and 5A. RGB value is (145,105,90). Sum of RGB (Red+Green+Blue) = 145+105+90=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 145 - color contains mainly: red. Hex color #91695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91695A is #6E96A5. Grayscale: #737373. Windows color (decimal): -7247526 or 5925265. OLE color: 5925265.
HSL color Cylindrical-coordinate representation of color #91695A: hue angle of 16.36º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91695A is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 105 | 90 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.43 |
| HSL | 16.36º | 0.23% | 0.46% | - |
| HSV(B) | 16.36º | 0.38% | 0.57% | - |
| XYZ | 18.57 | 16.86 | 11.95 | - |
| YUV | 115.25 | 113.75 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 105 | 90 | 0 | 0.28 | 0.38 | 0.43 | 16.36 | 0.23 | 0.46 |
| Hex | 91 | 69 | 5A | 0 | 1C | 26 | 2B | 10 | 17 | 2E |
| Octal | 221 | 151 | 132 | 0 | 34 | 46 | 53 | 20 | 27 | 56 |
| Binary | 10010001 | 1101001 | 1011010 | 0 | 11100 | 100110 | 101011 | 10000 | 10111 | 101110 |
Color Harmonies of #91695A
Complementary color
Monochromatic Colors of #91695A
Black with #91695A
Text Example
Text Example
White with #91695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91695A; }
p { color: rgb(145,105,90); }
H1.HeaderClassName
{
color: #91695A;
}
.AnyTagClassName
{
color: #91695A;
}
</style>
background-color css
<style>
a { background-color: #91695A; }
a { background-color: rgb(145,105,90); }
div.DivClassName
{
background-color: #91695A;
}
.BgClassName
{
background-color: #91695A;
}
</style>
border-color css
<style>
span { border-color: #91695A; }
span { border-color: rgb(145,105,90); }
td.TdClassName
{
border-color: #91695A;
}
.TagClassName
{
border-color: #91695A;
}
</style>