Shades of Raw Umber #65430E
Tints of Raw Umber #65430E
RGB
CMYK
RGB Variations
Color information
#65430E (or 0x65430E) is known color: Raw Umber. HEX triplet: 65, 43 and 0E. RGB value is (101,67,14). Sum of RGB (Red+Green+Blue) = 101+67+14=182 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.49% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 101 - color contains mainly: red. Hex color #65430E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65430E is #9ABCF1. Grayscale: #474747. Windows color (decimal): -10140914 or 934757. OLE color: 934757.
HSL color Cylindrical-coordinate representation of color #65430E: hue angle of 36.55º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #65430E is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 67 | 14 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.60 |
| HSL | 36.55º | 0.76% | 0.23% | - |
| HSV(B) | 36.55º | 0.86% | 0.4% | - |
| XYZ | 7.45 | 6.81 | 1.34 | - |
| YUV | 71.12 | 95.76 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 14 | 0 | 0.34 | 0.86 | 0.60 | 36.55 | 0.76 | 0.23 |
| Hex | 65 | 43 | E | 0 | 22 | 56 | 3C | 25 | 4C | 17 |
| Octal | 145 | 103 | 16 | 0 | 42 | 126 | 74 | 45 | 114 | 27 |
| Binary | 1100101 | 1000011 | 1110 | 0 | 100010 | 1010110 | 111100 | 100101 | 1001100 | 10111 |
Color Harmonies of #65430E
Complementary color
Monochromatic Colors of #65430E
Black with #65430E
Text Example
Text Example
White with #65430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65430E; }
p { color: rgb(101,67,14); }
H1.HeaderClassName
{
color: #65430E;
}
.AnyTagClassName
{
color: #65430E;
}
</style>
background-color css
<style>
a { background-color: #65430E; }
a { background-color: rgb(101,67,14); }
div.DivClassName
{
background-color: #65430E;
}
.BgClassName
{
background-color: #65430E;
}
</style>
border-color css
<style>
span { border-color: #65430E; }
span { border-color: rgb(101,67,14); }
td.TdClassName
{
border-color: #65430E;
}
.TagClassName
{
border-color: #65430E;
}
</style>