Shades of Raw Umber #655700
Tints of Raw Umber #655700
RGB
CMYK
RGB Variations
Color information
#655700 (or 0x655700) is known color: Raw Umber. HEX triplet: 65, 57 and 00. RGB value is (101,87,0). Sum of RGB (Red+Green+Blue) = 101+87+0=188 (24% of max value = 765). Red value is 101 (39.84% from 255 or 53.72% from 188); Green value is 87 (34.38% from 255 or 46.28% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 101 - color contains mainly: red. Hex color #655700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655700 is #9AA8FF. Grayscale: #515151. Windows color (decimal): -10135808 or 22373. OLE color: 22373.
HSL color Cylindrical-coordinate representation of color #655700: hue angle of 51.68º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #655700 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 87 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.60 |
| HSL | 51.68º | 1% | 0.2% | - |
| HSV(B) | 51.68º | 1% | 0.4% | - |
| XYZ | 8.78 | 9.58 | 1.39 | - |
| YUV | 81.27 | 82.14 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 0 | 0 | 0.14 | 1 | 0.60 | 51.68 | 1 | 0.2 |
| Hex | 65 | 57 | 0 | 0 | E | 64 | 3C | 34 | 64 | 14 |
| Octal | 145 | 127 | 0 | 0 | 16 | 144 | 74 | 64 | 144 | 24 |
| Binary | 1100101 | 1010111 | 0 | 0 | 1110 | 1100100 | 111100 | 110100 | 1100100 | 10100 |
Color Harmonies of #655700
Complementary color
Monochromatic Colors of #655700
Black with #655700
Text Example
Text Example
White with #655700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655700; }
p { color: rgb(101,87,0); }
H1.HeaderClassName
{
color: #655700;
}
.AnyTagClassName
{
color: #655700;
}
</style>
background-color css
<style>
a { background-color: #655700; }
a { background-color: rgb(101,87,0); }
div.DivClassName
{
background-color: #655700;
}
.BgClassName
{
background-color: #655700;
}
</style>
border-color css
<style>
span { border-color: #655700; }
span { border-color: rgb(101,87,0); }
td.TdClassName
{
border-color: #655700;
}
.TagClassName
{
border-color: #655700;
}
</style>