Shades of Beaver #907365
Tints of Beaver #907365
RGB
CMYK
RGB Variations
Color information
#907365 (or 0x907365) is known color: Beaver. HEX triplet: 90, 73 and 65. RGB value is (144,115,101). Sum of RGB (Red+Green+Blue) = 144+115+101=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 144 - color contains mainly: red. Hex color #907365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907365 is #6F8C9A. Grayscale: #7A7A7A. Windows color (decimal): -7310491 or 6648720. OLE color: 6648720.
HSL color Cylindrical-coordinate representation of color #907365: hue angle of 19.53º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #907365 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 115 | 101 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.44 |
| HSL | 19.53º | 0.18% | 0.48% | - |
| HSV(B) | 19.53º | 0.3% | 0.56% | - |
| XYZ | 19.98 | 19.13 | 14.95 | - |
| YUV | 122.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 115 | 101 | 0 | 0.20 | 0.30 | 0.44 | 19.53 | 0.18 | 0.48 |
| Hex | 90 | 73 | 65 | 0 | 14 | 1E | 2C | 14 | 12 | 30 |
| Octal | 220 | 163 | 145 | 0 | 24 | 36 | 54 | 24 | 22 | 60 |
| Binary | 10010000 | 1110011 | 1100101 | 0 | 10100 | 11110 | 101100 | 10100 | 10010 | 110000 |
Color Harmonies of #907365
Complementary color
Monochromatic Colors of #907365
Black with #907365
Text Example
Text Example
White with #907365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907365; }
p { color: rgb(144,115,101); }
H1.HeaderClassName
{
color: #907365;
}
.AnyTagClassName
{
color: #907365;
}
</style>
background-color css
<style>
a { background-color: #907365; }
a { background-color: rgb(144,115,101); }
div.DivClassName
{
background-color: #907365;
}
.BgClassName
{
background-color: #907365;
}
</style>
border-color css
<style>
span { border-color: #907365; }
span { border-color: rgb(144,115,101); }
td.TdClassName
{
border-color: #907365;
}
.TagClassName
{
border-color: #907365;
}
</style>