Shades of Raw Umber #65540B
Tints of Raw Umber #65540B
RGB
CMYK
RGB Variations
Color information
#65540B (or 0x65540B) is known color: Raw Umber. HEX triplet: 65, 54 and 0B. RGB value is (101,84,11). Sum of RGB (Red+Green+Blue) = 101+84+11=196 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.53% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 11 (4.69% from 255 or 5.61% from 196); Max value from RGB is 101 - color contains mainly: red. Hex color #65540B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65540B is #9AABF4. Grayscale: #515151. Windows color (decimal): -10136565 or 742501. OLE color: 742501.
HSL color Cylindrical-coordinate representation of color #65540B: hue angle of 48.67º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65540B is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 84 | 11 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.60 |
| HSL | 48.67º | 0.8% | 0.22% | - |
| HSV(B) | 48.67º | 0.89% | 0.4% | - |
| XYZ | 8.6 | 9.13 | 1.63 | - |
| YUV | 80.76 | 88.63 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 84 | 11 | 0 | 0.17 | 0.89 | 0.60 | 48.67 | 0.8 | 0.22 |
| Hex | 65 | 54 | B | 0 | 11 | 59 | 3C | 31 | 50 | 16 |
| Octal | 145 | 124 | 13 | 0 | 21 | 131 | 74 | 61 | 120 | 26 |
| Binary | 1100101 | 1010100 | 1011 | 0 | 10001 | 1011001 | 111100 | 110001 | 1010000 | 10110 |
Color Harmonies of #65540B
Complementary color
Monochromatic Colors of #65540B
Black with #65540B
Text Example
Text Example
White with #65540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65540B; }
p { color: rgb(101,84,11); }
H1.HeaderClassName
{
color: #65540B;
}
.AnyTagClassName
{
color: #65540B;
}
</style>
background-color css
<style>
a { background-color: #65540B; }
a { background-color: rgb(101,84,11); }
div.DivClassName
{
background-color: #65540B;
}
.BgClassName
{
background-color: #65540B;
}
</style>
border-color css
<style>
span { border-color: #65540B; }
span { border-color: rgb(101,84,11); }
td.TdClassName
{
border-color: #65540B;
}
.TagClassName
{
border-color: #65540B;
}
</style>