Shades of Raw Umber #65550B
Tints of Raw Umber #65550B
RGB
CMYK
RGB Variations
Color information
#65550B (or 0x65550B) is known color: Raw Umber. HEX triplet: 65, 55 and 0B. RGB value is (101,85,11). Sum of RGB (Red+Green+Blue) = 101+85+11=197 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.27% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 101 - color contains mainly: red. Hex color #65550B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65550B is #9AAAF4. Grayscale: #515151. Windows color (decimal): -10136309 or 742757. OLE color: 742757.
HSL color Cylindrical-coordinate representation of color #65550B: hue angle of 49.33º 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 #65550B is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 85 | 11 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.60 |
| HSL | 49.33º | 0.8% | 0.22% | - |
| HSV(B) | 49.33º | 0.89% | 0.4% | - |
| XYZ | 8.68 | 9.29 | 1.65 | - |
| YUV | 81.35 | 88.3 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 11 | 0 | 0.16 | 0.89 | 0.60 | 49.33 | 0.8 | 0.22 |
| Hex | 65 | 55 | B | 0 | 10 | 59 | 3C | 31 | 50 | 16 |
| Octal | 145 | 125 | 13 | 0 | 20 | 131 | 74 | 61 | 120 | 26 |
| Binary | 1100101 | 1010101 | 1011 | 0 | 10000 | 1011001 | 111100 | 110001 | 1010000 | 10110 |
Color Harmonies of #65550B
Complementary color
Monochromatic Colors of #65550B
Black with #65550B
Text Example
Text Example
White with #65550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65550B; }
p { color: rgb(101,85,11); }
H1.HeaderClassName
{
color: #65550B;
}
.AnyTagClassName
{
color: #65550B;
}
</style>
background-color css
<style>
a { background-color: #65550B; }
a { background-color: rgb(101,85,11); }
div.DivClassName
{
background-color: #65550B;
}
.BgClassName
{
background-color: #65550B;
}
</style>
border-color css
<style>
span { border-color: #65550B; }
span { border-color: rgb(101,85,11); }
td.TdClassName
{
border-color: #65550B;
}
.TagClassName
{
border-color: #65550B;
}
</style>