Shades of Raw Umber #65510A
Tints of Raw Umber #65510A
RGB
CMYK
RGB Variations
Color information
#65510A (or 0x65510A) is known color: Raw Umber. HEX triplet: 65, 51 and 0A. RGB value is (101,81,10). Sum of RGB (Red+Green+Blue) = 101+81+10=192 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.60% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 101 - color contains mainly: red. Hex color #65510A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65510A is #9AAEF5. Grayscale: #4F4F4F. Windows color (decimal): -10137334 or 676197. OLE color: 676197.
HSL color Cylindrical-coordinate representation of color #65510A: hue angle of 46.81º 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 #65510A is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 81 | 10 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.60 |
| HSL | 46.81º | 0.82% | 0.22% | - |
| HSV(B) | 46.81º | 0.9% | 0.4% | - |
| XYZ | 8.36 | 8.67 | 1.52 | - |
| YUV | 78.89 | 89.13 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 10 | 0 | 0.20 | 0.90 | 0.60 | 46.81 | 0.82 | 0.22 |
| Hex | 65 | 51 | A | 0 | 14 | 5A | 3C | 2F | 52 | 16 |
| Octal | 145 | 121 | 12 | 0 | 24 | 132 | 74 | 57 | 122 | 26 |
| Binary | 1100101 | 1010001 | 1010 | 0 | 10100 | 1011010 | 111100 | 101111 | 1010010 | 10110 |
Color Harmonies of #65510A
Complementary color
Monochromatic Colors of #65510A
Black with #65510A
Text Example
Text Example
White with #65510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65510A; }
p { color: rgb(101,81,10); }
H1.HeaderClassName
{
color: #65510A;
}
.AnyTagClassName
{
color: #65510A;
}
</style>
background-color css
<style>
a { background-color: #65510A; }
a { background-color: rgb(101,81,10); }
div.DivClassName
{
background-color: #65510A;
}
.BgClassName
{
background-color: #65510A;
}
</style>
border-color css
<style>
span { border-color: #65510A; }
span { border-color: rgb(101,81,10); }
td.TdClassName
{
border-color: #65510A;
}
.TagClassName
{
border-color: #65510A;
}
</style>