Shades of Raw Umber #65500F
Tints of Raw Umber #65500F
RGB
CMYK
RGB Variations
Color information
#65500F (or 0x65500F) is known color: Raw Umber. HEX triplet: 65, 50 and 0F. RGB value is (101,80,15). Sum of RGB (Red+Green+Blue) = 101+80+15=196 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.53% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 101 - color contains mainly: red. Hex color #65500F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65500F is #9AAFF0. Grayscale: #4F4F4F. Windows color (decimal): -10137585 or 1003621. OLE color: 1003621.
HSL color Cylindrical-coordinate representation of color #65500F: hue angle of 45.35º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #65500F is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 80 | 15 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.60 |
| HSL | 45.35º | 0.74% | 0.23% | - |
| HSV(B) | 45.35º | 0.85% | 0.4% | - |
| XYZ | 8.32 | 8.54 | 1.66 | - |
| YUV | 78.87 | 91.96 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 15 | 0 | 0.21 | 0.85 | 0.60 | 45.35 | 0.74 | 0.23 |
| Hex | 65 | 50 | F | 0 | 15 | 55 | 3C | 2D | 4A | 17 |
| Octal | 145 | 120 | 17 | 0 | 25 | 125 | 74 | 55 | 112 | 27 |
| Binary | 1100101 | 1010000 | 1111 | 0 | 10101 | 1010101 | 111100 | 101101 | 1001010 | 10111 |
Color Harmonies of #65500F
Complementary color
Monochromatic Colors of #65500F
Black with #65500F
Text Example
Text Example
White with #65500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65500F; }
p { color: rgb(101,80,15); }
H1.HeaderClassName
{
color: #65500F;
}
.AnyTagClassName
{
color: #65500F;
}
</style>
background-color css
<style>
a { background-color: #65500F; }
a { background-color: rgb(101,80,15); }
div.DivClassName
{
background-color: #65500F;
}
.BgClassName
{
background-color: #65500F;
}
</style>
border-color css
<style>
span { border-color: #65500F; }
span { border-color: rgb(101,80,15); }
td.TdClassName
{
border-color: #65500F;
}
.TagClassName
{
border-color: #65500F;
}
</style>