Shades of Raw Umber #65500D
Tints of Raw Umber #65500D
RGB
CMYK
RGB Variations
Color information
#65500D (or 0x65500D) is known color: Raw Umber. HEX triplet: 65, 50 and 0D. RGB value is (101,80,13). Sum of RGB (Red+Green+Blue) = 101+80+13=194 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.06% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 101 - color contains mainly: red. Hex color #65500D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65500D is #9AAFF2. Grayscale: #4E4E4E. Windows color (decimal): -10137587 or 872549. OLE color: 872549.
HSL color Cylindrical-coordinate representation of color #65500D: hue angle of 45.68º 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 #65500D is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 80 | 13 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.60 |
| HSL | 45.68º | 0.77% | 0.22% | - |
| HSV(B) | 45.68º | 0.87% | 0.4% | - |
| XYZ | 8.31 | 8.53 | 1.59 | - |
| YUV | 78.64 | 90.96 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 13 | 0 | 0.21 | 0.87 | 0.60 | 45.68 | 0.77 | 0.22 |
| Hex | 65 | 50 | D | 0 | 15 | 57 | 3C | 2E | 4D | 16 |
| Octal | 145 | 120 | 15 | 0 | 25 | 127 | 74 | 56 | 115 | 26 |
| Binary | 1100101 | 1010000 | 1101 | 0 | 10101 | 1010111 | 111100 | 101110 | 1001101 | 10110 |
Color Harmonies of #65500D
Complementary color
Monochromatic Colors of #65500D
Black with #65500D
Text Example
Text Example
White with #65500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65500D; }
p { color: rgb(101,80,13); }
H1.HeaderClassName
{
color: #65500D;
}
.AnyTagClassName
{
color: #65500D;
}
</style>
background-color css
<style>
a { background-color: #65500D; }
a { background-color: rgb(101,80,13); }
div.DivClassName
{
background-color: #65500D;
}
.BgClassName
{
background-color: #65500D;
}
</style>
border-color css
<style>
span { border-color: #65500D; }
span { border-color: rgb(101,80,13); }
td.TdClassName
{
border-color: #65500D;
}
.TagClassName
{
border-color: #65500D;
}
</style>