Shades of Raw Umber #65560B
Tints of Raw Umber #65560B
RGB
CMYK
RGB Variations
Color information
#65560B (or 0x65560B) is known color: Raw Umber. HEX triplet: 65, 56 and 0B. RGB value is (101,86,11). Sum of RGB (Red+Green+Blue) = 101+86+11=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 86 (33.98% from 255 or 43.43% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #65560B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65560B is #9AA9F4. Grayscale: #525252. Windows color (decimal): -10136053 or 743013. OLE color: 743013.
HSL color Cylindrical-coordinate representation of color #65560B: hue angle of 50º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65560B is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 86 | 11 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.60 |
| HSL | 50º | 0.8% | 0.22% | - |
| HSV(B) | 50º | 0.89% | 0.4% | - |
| XYZ | 8.76 | 9.45 | 1.68 | - |
| YUV | 81.94 | 87.97 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 86 | 11 | 0 | 0.15 | 0.89 | 0.60 | 50 | 0.8 | 0.22 |
| Hex | 65 | 56 | B | 0 | F | 59 | 3C | 32 | 50 | 16 |
| Octal | 145 | 126 | 13 | 0 | 17 | 131 | 74 | 62 | 120 | 26 |
| Binary | 1100101 | 1010110 | 1011 | 0 | 1111 | 1011001 | 111100 | 110010 | 1010000 | 10110 |
Color Harmonies of #65560B
Complementary color
Monochromatic Colors of #65560B
Black with #65560B
Text Example
Text Example
White with #65560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65560B; }
p { color: rgb(101,86,11); }
H1.HeaderClassName
{
color: #65560B;
}
.AnyTagClassName
{
color: #65560B;
}
</style>
background-color css
<style>
a { background-color: #65560B; }
a { background-color: rgb(101,86,11); }
div.DivClassName
{
background-color: #65560B;
}
.BgClassName
{
background-color: #65560B;
}
</style>
border-color css
<style>
span { border-color: #65560B; }
span { border-color: rgb(101,86,11); }
td.TdClassName
{
border-color: #65560B;
}
.TagClassName
{
border-color: #65560B;
}
</style>