Shades of Raw Umber #655606
Tints of Raw Umber #655606
RGB
CMYK
RGB Variations
Color information
#655606 (or 0x655606) is known color: Raw Umber. HEX triplet: 65, 56 and 06. RGB value is (101,86,6). Sum of RGB (Red+Green+Blue) = 101+86+6=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #655606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655606 is #9AA9F9. Grayscale: #515151. Windows color (decimal): -10136058 or 415333. OLE color: 415333.
HSL color Cylindrical-coordinate representation of color #655606: hue angle of 50.53º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #655606 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 86 | 6 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.60 |
| HSL | 50.53º | 0.89% | 0.21% | - |
| HSV(B) | 50.53º | 0.94% | 0.4% | - |
| XYZ | 8.73 | 9.44 | 1.53 | - |
| YUV | 81.37 | 85.47 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 86 | 6 | 0 | 0.15 | 0.94 | 0.60 | 50.53 | 0.89 | 0.21 |
| Hex | 65 | 56 | 6 | 0 | F | 5E | 3C | 33 | 59 | 15 |
| Octal | 145 | 126 | 6 | 0 | 17 | 136 | 74 | 63 | 131 | 25 |
| Binary | 1100101 | 1010110 | 110 | 0 | 1111 | 1011110 | 111100 | 110011 | 1011001 | 10101 |
Color Harmonies of #655606
Complementary color
Monochromatic Colors of #655606
Black with #655606
Text Example
Text Example
White with #655606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655606; }
p { color: rgb(101,86,6); }
H1.HeaderClassName
{
color: #655606;
}
.AnyTagClassName
{
color: #655606;
}
</style>
background-color css
<style>
a { background-color: #655606; }
a { background-color: rgb(101,86,6); }
div.DivClassName
{
background-color: #655606;
}
.BgClassName
{
background-color: #655606;
}
</style>
border-color css
<style>
span { border-color: #655606; }
span { border-color: rgb(101,86,6); }
td.TdClassName
{
border-color: #655606;
}
.TagClassName
{
border-color: #655606;
}
</style>