Shades of Raw Umber #655701
Tints of Raw Umber #655701
RGB
CMYK
RGB Variations
Color information
#655701 (or 0x655701) is known color: Raw Umber. HEX triplet: 65, 57 and 01. RGB value is (101,87,1). Sum of RGB (Red+Green+Blue) = 101+87+1=189 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.44% from 189); Green value is 87 (34.38% from 255 or 46.03% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 101 - color contains mainly: red. Hex color #655701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655701 is #9AA8FE. Grayscale: #515151. Windows color (decimal): -10135807 or 87909. OLE color: 87909.
HSL color Cylindrical-coordinate representation of color #655701: hue angle of 51.6º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #655701 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 87 | 1 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.60 |
| HSL | 51.6º | 0.98% | 0.2% | - |
| HSV(B) | 51.6º | 0.99% | 0.4% | - |
| XYZ | 8.78 | 9.59 | 1.42 | - |
| YUV | 81.38 | 82.64 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 1 | 0 | 0.14 | 0.99 | 0.60 | 51.6 | 0.98 | 0.2 |
| Hex | 65 | 57 | 1 | 0 | E | 63 | 3C | 34 | 62 | 14 |
| Octal | 145 | 127 | 1 | 0 | 16 | 143 | 74 | 64 | 142 | 24 |
| Binary | 1100101 | 1010111 | 1 | 0 | 1110 | 1100011 | 111100 | 110100 | 1100010 | 10100 |
Color Harmonies of #655701
Complementary color
Monochromatic Colors of #655701
Black with #655701
Text Example
Text Example
White with #655701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655701; }
p { color: rgb(101,87,1); }
H1.HeaderClassName
{
color: #655701;
}
.AnyTagClassName
{
color: #655701;
}
</style>
background-color css
<style>
a { background-color: #655701; }
a { background-color: rgb(101,87,1); }
div.DivClassName
{
background-color: #655701;
}
.BgClassName
{
background-color: #655701;
}
</style>
border-color css
<style>
span { border-color: #655701; }
span { border-color: rgb(101,87,1); }
td.TdClassName
{
border-color: #655701;
}
.TagClassName
{
border-color: #655701;
}
</style>