Shades of Raw Umber #655306
Tints of Raw Umber #655306
RGB
CMYK
RGB Variations
Color information
#655306 (or 0x655306) is known color: Raw Umber. HEX triplet: 65, 53 and 06. RGB value is (101,83,6). Sum of RGB (Red+Green+Blue) = 101+83+6=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #655306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655306 is #9AACF9. Grayscale: #4F4F4F. Windows color (decimal): -10136826 or 414565. OLE color: 414565.
HSL color Cylindrical-coordinate representation of color #655306: hue angle of 48.63º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #655306 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 83 | 6 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.60 |
| HSL | 48.63º | 0.89% | 0.21% | - |
| HSV(B) | 48.63º | 0.94% | 0.4% | - |
| XYZ | 8.49 | 8.97 | 1.46 | - |
| YUV | 79.6 | 86.46 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 6 | 0 | 0.18 | 0.94 | 0.60 | 48.63 | 0.89 | 0.21 |
| Hex | 65 | 53 | 6 | 0 | 12 | 5E | 3C | 31 | 59 | 15 |
| Octal | 145 | 123 | 6 | 0 | 22 | 136 | 74 | 61 | 131 | 25 |
| Binary | 1100101 | 1010011 | 110 | 0 | 10010 | 1011110 | 111100 | 110001 | 1011001 | 10101 |
Color Harmonies of #655306
Complementary color
Monochromatic Colors of #655306
Black with #655306
Text Example
Text Example
White with #655306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655306; }
p { color: rgb(101,83,6); }
H1.HeaderClassName
{
color: #655306;
}
.AnyTagClassName
{
color: #655306;
}
</style>
background-color css
<style>
a { background-color: #655306; }
a { background-color: rgb(101,83,6); }
div.DivClassName
{
background-color: #655306;
}
.BgClassName
{
background-color: #655306;
}
</style>
border-color css
<style>
span { border-color: #655306; }
span { border-color: rgb(101,83,6); }
td.TdClassName
{
border-color: #655306;
}
.TagClassName
{
border-color: #655306;
}
</style>