Shades of Beaver #907364
Tints of Beaver #907364
RGB
CMYK
RGB Variations
Color information
#907364 (or 0x907364) is known color: Beaver. HEX triplet: 90, 73 and 64. RGB value is (144,115,100). Sum of RGB (Red+Green+Blue) = 144+115+100=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 144 - color contains mainly: red. Hex color #907364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907364 is #6F8C9B. Grayscale: #7A7A7A. Windows color (decimal): -7310492 or 6583184. OLE color: 6583184.
HSL color Cylindrical-coordinate representation of color #907364: hue angle of 20.45º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #907364 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 115 | 100 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.44 |
| HSL | 20.45º | 0.18% | 0.48% | - |
| HSV(B) | 20.45º | 0.31% | 0.56% | - |
| XYZ | 19.93 | 19.11 | 14.69 | - |
| YUV | 121.96 | 115.61 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 115 | 100 | 0 | 0.20 | 0.31 | 0.44 | 20.45 | 0.18 | 0.48 |
| Hex | 90 | 73 | 64 | 0 | 14 | 1F | 2C | 14 | 12 | 30 |
| Octal | 220 | 163 | 144 | 0 | 24 | 37 | 54 | 24 | 22 | 60 |
| Binary | 10010000 | 1110011 | 1100100 | 0 | 10100 | 11111 | 101100 | 10100 | 10010 | 110000 |
Color Harmonies of #907364
Complementary color
Monochromatic Colors of #907364
Black with #907364
Text Example
Text Example
White with #907364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907364; }
p { color: rgb(144,115,100); }
H1.HeaderClassName
{
color: #907364;
}
.AnyTagClassName
{
color: #907364;
}
</style>
background-color css
<style>
a { background-color: #907364; }
a { background-color: rgb(144,115,100); }
div.DivClassName
{
background-color: #907364;
}
.BgClassName
{
background-color: #907364;
}
</style>
border-color css
<style>
span { border-color: #907364; }
span { border-color: rgb(144,115,100); }
td.TdClassName
{
border-color: #907364;
}
.TagClassName
{
border-color: #907364;
}
</style>