Shades of Raw Umber #65550D
Tints of Raw Umber #65550D
RGB
CMYK
RGB Variations
Color information
#65550D (or 0x65550D) is known color: Raw Umber. HEX triplet: 65, 55 and 0D. RGB value is (101,85,13). Sum of RGB (Red+Green+Blue) = 101+85+13=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #65550D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65550D is #9AAAF2. Grayscale: #515151. Windows color (decimal): -10136307 or 873829. OLE color: 873829.
HSL color Cylindrical-coordinate representation of color #65550D: hue angle of 49.09º 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 #65550D is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 85 | 13 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.60 |
| HSL | 49.09º | 0.77% | 0.22% | - |
| HSV(B) | 49.09º | 0.87% | 0.4% | - |
| XYZ | 8.69 | 9.29 | 1.72 | - |
| YUV | 81.58 | 89.3 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 13 | 0 | 0.16 | 0.87 | 0.60 | 49.09 | 0.77 | 0.22 |
| Hex | 65 | 55 | D | 0 | 10 | 57 | 3C | 31 | 4D | 16 |
| Octal | 145 | 125 | 15 | 0 | 20 | 127 | 74 | 61 | 115 | 26 |
| Binary | 1100101 | 1010101 | 1101 | 0 | 10000 | 1010111 | 111100 | 110001 | 1001101 | 10110 |
Color Harmonies of #65550D
Complementary color
Monochromatic Colors of #65550D
Black with #65550D
Text Example
Text Example
White with #65550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65550D; }
p { color: rgb(101,85,13); }
H1.HeaderClassName
{
color: #65550D;
}
.AnyTagClassName
{
color: #65550D;
}
</style>
background-color css
<style>
a { background-color: #65550D; }
a { background-color: rgb(101,85,13); }
div.DivClassName
{
background-color: #65550D;
}
.BgClassName
{
background-color: #65550D;
}
</style>
border-color css
<style>
span { border-color: #65550D; }
span { border-color: rgb(101,85,13); }
td.TdClassName
{
border-color: #65550D;
}
.TagClassName
{
border-color: #65550D;
}
</style>