Shades of Raw Umber #65450D
Tints of Raw Umber #65450D
RGB
CMYK
RGB Variations
Color information
#65450D (or 0x65450D) is known color: Raw Umber. HEX triplet: 65, 45 and 0D. RGB value is (101,69,13). Sum of RGB (Red+Green+Blue) = 101+69+13=183 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.19% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 101 - color contains mainly: red. Hex color #65450D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65450D is #9ABAF2. Grayscale: #484848. Windows color (decimal): -10140403 or 869733. OLE color: 869733.
HSL color Cylindrical-coordinate representation of color #65450D: hue angle of 38.18º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #65450D is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 69 | 13 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.60 |
| HSL | 38.18º | 0.77% | 0.22% | - |
| HSV(B) | 38.18º | 0.87% | 0.4% | - |
| XYZ | 7.57 | 7.05 | 1.34 | - |
| YUV | 72.18 | 94.6 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 13 | 0 | 0.32 | 0.87 | 0.60 | 38.18 | 0.77 | 0.22 |
| Hex | 65 | 45 | D | 0 | 20 | 57 | 3C | 26 | 4D | 16 |
| Octal | 145 | 105 | 15 | 0 | 40 | 127 | 74 | 46 | 115 | 26 |
| Binary | 1100101 | 1000101 | 1101 | 0 | 100000 | 1010111 | 111100 | 100110 | 1001101 | 10110 |
Color Harmonies of #65450D
Complementary color
Monochromatic Colors of #65450D
Black with #65450D
Text Example
Text Example
White with #65450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65450D; }
p { color: rgb(101,69,13); }
H1.HeaderClassName
{
color: #65450D;
}
.AnyTagClassName
{
color: #65450D;
}
</style>
background-color css
<style>
a { background-color: #65450D; }
a { background-color: rgb(101,69,13); }
div.DivClassName
{
background-color: #65450D;
}
.BgClassName
{
background-color: #65450D;
}
</style>
border-color css
<style>
span { border-color: #65450D; }
span { border-color: rgb(101,69,13); }
td.TdClassName
{
border-color: #65450D;
}
.TagClassName
{
border-color: #65450D;
}
</style>