Shades of Raw Umber #65440A
Tints of Raw Umber #65440A
RGB
CMYK
RGB Variations
Color information
#65440A (or 0x65440A) is known color: Raw Umber. HEX triplet: 65, 44 and 0A. RGB value is (101,68,10). Sum of RGB (Red+Green+Blue) = 101+68+10=179 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.42% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 10 (4.30% from 255 or 5.59% from 179); Max value from RGB is 101 - color contains mainly: red. Hex color #65440A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65440A is #9ABBF5. Grayscale: #474747. Windows color (decimal): -10140662 or 672869. OLE color: 672869.
HSL color Cylindrical-coordinate representation of color #65440A: hue angle of 38.24º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65440A is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 68 | 10 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.60 |
| HSL | 38.24º | 0.82% | 0.22% | - |
| HSV(B) | 38.24º | 0.9% | 0.4% | - |
| XYZ | 7.49 | 6.92 | 1.23 | - |
| YUV | 71.26 | 93.43 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 10 | 0 | 0.33 | 0.90 | 0.60 | 38.24 | 0.82 | 0.22 |
| Hex | 65 | 44 | A | 0 | 21 | 5A | 3C | 26 | 52 | 16 |
| Octal | 145 | 104 | 12 | 0 | 41 | 132 | 74 | 46 | 122 | 26 |
| Binary | 1100101 | 1000100 | 1010 | 0 | 100001 | 1011010 | 111100 | 100110 | 1010010 | 10110 |
Color Harmonies of #65440A
Complementary color
Monochromatic Colors of #65440A
Black with #65440A
Text Example
Text Example
White with #65440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65440A; }
p { color: rgb(101,68,10); }
H1.HeaderClassName
{
color: #65440A;
}
.AnyTagClassName
{
color: #65440A;
}
</style>
background-color css
<style>
a { background-color: #65440A; }
a { background-color: rgb(101,68,10); }
div.DivClassName
{
background-color: #65440A;
}
.BgClassName
{
background-color: #65440A;
}
</style>
border-color css
<style>
span { border-color: #65440A; }
span { border-color: rgb(101,68,10); }
td.TdClassName
{
border-color: #65440A;
}
.TagClassName
{
border-color: #65440A;
}
</style>