Shades of Raw Umber #65500C
Tints of Raw Umber #65500C
RGB
CMYK
RGB Variations
Color information
#65500C (or 0x65500C) is known color: Raw Umber. HEX triplet: 65, 50 and 0C. RGB value is (101,80,12). Sum of RGB (Red+Green+Blue) = 101+80+12=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #65500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65500C is #9AAFF3. Grayscale: #4E4E4E. Windows color (decimal): -10137588 or 807013. OLE color: 807013.
HSL color Cylindrical-coordinate representation of color #65500C: hue angle of 45.84º 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 #65500C is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 80 | 12 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.60 |
| HSL | 45.84º | 0.79% | 0.22% | - |
| HSV(B) | 45.84º | 0.88% | 0.4% | - |
| XYZ | 8.3 | 8.53 | 1.56 | - |
| YUV | 78.53 | 90.46 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 12 | 0 | 0.21 | 0.88 | 0.60 | 45.84 | 0.79 | 0.22 |
| Hex | 65 | 50 | C | 0 | 15 | 58 | 3C | 2E | 4F | 16 |
| Octal | 145 | 120 | 14 | 0 | 25 | 130 | 74 | 56 | 117 | 26 |
| Binary | 1100101 | 1010000 | 1100 | 0 | 10101 | 1011000 | 111100 | 101110 | 1001111 | 10110 |
Color Harmonies of #65500C
Complementary color
Monochromatic Colors of #65500C
Black with #65500C
Text Example
Text Example
White with #65500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65500C; }
p { color: rgb(101,80,12); }
H1.HeaderClassName
{
color: #65500C;
}
.AnyTagClassName
{
color: #65500C;
}
</style>
background-color css
<style>
a { background-color: #65500C; }
a { background-color: rgb(101,80,12); }
div.DivClassName
{
background-color: #65500C;
}
.BgClassName
{
background-color: #65500C;
}
</style>
border-color css
<style>
span { border-color: #65500C; }
span { border-color: rgb(101,80,12); }
td.TdClassName
{
border-color: #65500C;
}
.TagClassName
{
border-color: #65500C;
}
</style>