Shades of Raw Umber #65470F
Tints of Raw Umber #65470F
RGB
CMYK
RGB Variations
Color information
#65470F (or 0x65470F) is known color: Raw Umber. HEX triplet: 65, 47 and 0F. RGB value is (101,71,15). Sum of RGB (Red+Green+Blue) = 101+71+15=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #65470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65470F is #9AB8F0. Grayscale: #494949. Windows color (decimal): -10139889 or 1001317. OLE color: 1001317.
HSL color Cylindrical-coordinate representation of color #65470F: hue angle of 39.07º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #65470F is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 71 | 15 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.60 |
| HSL | 39.07º | 0.74% | 0.23% | - |
| HSV(B) | 39.07º | 0.85% | 0.4% | - |
| XYZ | 7.71 | 7.31 | 1.46 | - |
| YUV | 73.59 | 94.94 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 71 | 15 | 0 | 0.30 | 0.85 | 0.60 | 39.07 | 0.74 | 0.23 |
| Hex | 65 | 47 | F | 0 | 1E | 55 | 3C | 27 | 4A | 17 |
| Octal | 145 | 107 | 17 | 0 | 36 | 125 | 74 | 47 | 112 | 27 |
| Binary | 1100101 | 1000111 | 1111 | 0 | 11110 | 1010101 | 111100 | 100111 | 1001010 | 10111 |
Color Harmonies of #65470F
Complementary color
Monochromatic Colors of #65470F
Black with #65470F
Text Example
Text Example
White with #65470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65470F; }
p { color: rgb(101,71,15); }
H1.HeaderClassName
{
color: #65470F;
}
.AnyTagClassName
{
color: #65470F;
}
</style>
background-color css
<style>
a { background-color: #65470F; }
a { background-color: rgb(101,71,15); }
div.DivClassName
{
background-color: #65470F;
}
.BgClassName
{
background-color: #65470F;
}
</style>
border-color css
<style>
span { border-color: #65470F; }
span { border-color: rgb(101,71,15); }
td.TdClassName
{
border-color: #65470F;
}
.TagClassName
{
border-color: #65470F;
}
</style>