Shades of Raw Umber #65400F
Tints of Raw Umber #65400F
RGB
CMYK
RGB Variations
Color information
#65400F (or 0x65400F) is known color: Raw Umber. HEX triplet: 65, 40 and 0F. RGB value is (101,64,15). Sum of RGB (Red+Green+Blue) = 101+64+15=180 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.11% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 101 - color contains mainly: red. Hex color #65400F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65400F is #9ABFF0. Grayscale: #454545. Windows color (decimal): -10141681 or 999525. OLE color: 999525.
HSL color Cylindrical-coordinate representation of color #65400F: hue angle of 34.19º 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 #65400F is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 64 | 15 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.60 |
| HSL | 34.19º | 0.74% | 0.23% | - |
| HSV(B) | 34.19º | 0.85% | 0.4% | - |
| XYZ | 7.29 | 6.47 | 1.32 | - |
| YUV | 69.48 | 97.26 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 64 | 15 | 0 | 0.37 | 0.85 | 0.60 | 34.19 | 0.74 | 0.23 |
| Hex | 65 | 40 | F | 0 | 25 | 55 | 3C | 22 | 4A | 17 |
| Octal | 145 | 100 | 17 | 0 | 45 | 125 | 74 | 42 | 112 | 27 |
| Binary | 1100101 | 1000000 | 1111 | 0 | 100101 | 1010101 | 111100 | 100010 | 1001010 | 10111 |
Color Harmonies of #65400F
Complementary color
Monochromatic Colors of #65400F
Black with #65400F
Text Example
Text Example
White with #65400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65400F; }
p { color: rgb(101,64,15); }
H1.HeaderClassName
{
color: #65400F;
}
.AnyTagClassName
{
color: #65400F;
}
</style>
background-color css
<style>
a { background-color: #65400F; }
a { background-color: rgb(101,64,15); }
div.DivClassName
{
background-color: #65400F;
}
.BgClassName
{
background-color: #65400F;
}
</style>
border-color css
<style>
span { border-color: #65400F; }
span { border-color: rgb(101,64,15); }
td.TdClassName
{
border-color: #65400F;
}
.TagClassName
{
border-color: #65400F;
}
</style>