Shades of Raw Umber #65460B
Tints of Raw Umber #65460B
RGB
CMYK
RGB Variations
Color information
#65460B (or 0x65460B) is known color: Raw Umber. HEX triplet: 65, 46 and 0B. RGB value is (101,70,11). Sum of RGB (Red+Green+Blue) = 101+70+11=182 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.49% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 101 - color contains mainly: red. Hex color #65460B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65460B is #9AB9F4. Grayscale: #484848. Windows color (decimal): -10140149 or 738917. OLE color: 738917.
HSL color Cylindrical-coordinate representation of color #65460B: hue angle of 39.33º 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 #65460B is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 70 | 11 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.60 |
| HSL | 39.33º | 0.8% | 0.22% | - |
| HSV(B) | 39.33º | 0.89% | 0.4% | - |
| XYZ | 7.62 | 7.17 | 1.3 | - |
| YUV | 72.54 | 93.27 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 70 | 11 | 0 | 0.31 | 0.89 | 0.60 | 39.33 | 0.8 | 0.22 |
| Hex | 65 | 46 | B | 0 | 1F | 59 | 3C | 27 | 50 | 16 |
| Octal | 145 | 106 | 13 | 0 | 37 | 131 | 74 | 47 | 120 | 26 |
| Binary | 1100101 | 1000110 | 1011 | 0 | 11111 | 1011001 | 111100 | 100111 | 1010000 | 10110 |
Color Harmonies of #65460B
Complementary color
Monochromatic Colors of #65460B
Black with #65460B
Text Example
Text Example
White with #65460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65460B; }
p { color: rgb(101,70,11); }
H1.HeaderClassName
{
color: #65460B;
}
.AnyTagClassName
{
color: #65460B;
}
</style>
background-color css
<style>
a { background-color: #65460B; }
a { background-color: rgb(101,70,11); }
div.DivClassName
{
background-color: #65460B;
}
.BgClassName
{
background-color: #65460B;
}
</style>
border-color css
<style>
span { border-color: #65460B; }
span { border-color: rgb(101,70,11); }
td.TdClassName
{
border-color: #65460B;
}
.TagClassName
{
border-color: #65460B;
}
</style>