Shades of Raw Umber #865701
Tints of Raw Umber #865701
RGB
CMYK
RGB Variations
Color information
#865701 (or 0x865701) is known color: Raw Umber. HEX triplet: 86, 57 and 01. RGB value is (134,87,1). Sum of RGB (Red+Green+Blue) = 134+87+1=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #865701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865701 is #79A8FE. Grayscale: #5B5B5B. Windows color (decimal): -7973119 or 87942. OLE color: 87942.
HSL color Cylindrical-coordinate representation of color #865701: hue angle of 38.8º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #865701 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 87 | 1 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.47 |
| HSL | 38.8º | 0.99% | 0.26% | - |
| HSV(B) | 38.8º | 0.99% | 0.53% | - |
| XYZ | 13.25 | 11.89 | 1.63 | - |
| YUV | 91.25 | 77.07 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 87 | 1 | 0 | 0.35 | 0.99 | 0.47 | 38.8 | 0.99 | 0.26 |
| Hex | 86 | 57 | 1 | 0 | 23 | 63 | 2F | 27 | 63 | 1A |
| Octal | 206 | 127 | 1 | 0 | 43 | 143 | 57 | 47 | 143 | 32 |
| Binary | 10000110 | 1010111 | 1 | 0 | 100011 | 1100011 | 101111 | 100111 | 1100011 | 11010 |
Color Harmonies of #865701
Complementary color
Monochromatic Colors of #865701
Black with #865701
Text Example
Text Example
White with #865701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865701; }
p { color: rgb(134,87,1); }
H1.HeaderClassName
{
color: #865701;
}
.AnyTagClassName
{
color: #865701;
}
</style>
background-color css
<style>
a { background-color: #865701; }
a { background-color: rgb(134,87,1); }
div.DivClassName
{
background-color: #865701;
}
.BgClassName
{
background-color: #865701;
}
</style>
border-color css
<style>
span { border-color: #865701; }
span { border-color: rgb(134,87,1); }
td.TdClassName
{
border-color: #865701;
}
.TagClassName
{
border-color: #865701;
}
</style>