Shades of Raw Umber #65560C
Tints of Raw Umber #65560C
RGB
CMYK
RGB Variations
Color information
#65560C (or 0x65560C) is known color: Raw Umber. HEX triplet: 65, 56 and 0C. RGB value is (101,86,12). Sum of RGB (Red+Green+Blue) = 101+86+12=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #65560C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65560C is #9AA9F3. Grayscale: #525252. Windows color (decimal): -10136052 or 808549. OLE color: 808549.
HSL color Cylindrical-coordinate representation of color #65560C: hue angle of 49.89º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65560C is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 86 | 12 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.60 |
| HSL | 49.89º | 0.79% | 0.22% | - |
| HSV(B) | 49.89º | 0.88% | 0.4% | - |
| XYZ | 8.76 | 9.45 | 1.71 | - |
| YUV | 82.05 | 88.47 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 86 | 12 | 0 | 0.15 | 0.88 | 0.60 | 49.89 | 0.79 | 0.22 |
| Hex | 65 | 56 | C | 0 | F | 58 | 3C | 32 | 4F | 16 |
| Octal | 145 | 126 | 14 | 0 | 17 | 130 | 74 | 62 | 117 | 26 |
| Binary | 1100101 | 1010110 | 1100 | 0 | 1111 | 1011000 | 111100 | 110010 | 1001111 | 10110 |
Color Harmonies of #65560C
Complementary color
Monochromatic Colors of #65560C
Black with #65560C
Text Example
Text Example
White with #65560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65560C; }
p { color: rgb(101,86,12); }
H1.HeaderClassName
{
color: #65560C;
}
.AnyTagClassName
{
color: #65560C;
}
</style>
background-color css
<style>
a { background-color: #65560C; }
a { background-color: rgb(101,86,12); }
div.DivClassName
{
background-color: #65560C;
}
.BgClassName
{
background-color: #65560C;
}
</style>
border-color css
<style>
span { border-color: #65560C; }
span { border-color: rgb(101,86,12); }
td.TdClassName
{
border-color: #65560C;
}
.TagClassName
{
border-color: #65560C;
}
</style>