Shades of Raw Umber #655B00
Tints of Raw Umber #655B00
RGB
CMYK
RGB Variations
Color information
#655B00 (or 0x655B00) is known color: Raw Umber. HEX triplet: 65, 5B and 00. RGB value is (101,91,0). Sum of RGB (Red+Green+Blue) = 101+91+0=192 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.60% from 192); Green value is 91 (35.94% from 255 or 47.40% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 101 - color contains mainly: red. Hex color #655B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655B00 is #9AA4FF. Grayscale: #535353. Windows color (decimal): -10134784 or 23397. OLE color: 23397.
HSL color Cylindrical-coordinate representation of color #655B00: hue angle of 54.06º 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 #655B00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 91 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.60 |
| HSL | 54.06º | 1% | 0.2% | - |
| HSV(B) | 54.06º | 1% | 0.4% | - |
| XYZ | 9.11 | 10.25 | 1.5 | - |
| YUV | 83.62 | 80.81 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 0 | 0 | 0.10 | 1 | 0.60 | 54.06 | 1 | 0.2 |
| Hex | 65 | 5B | 0 | 0 | A | 64 | 3C | 36 | 64 | 14 |
| Octal | 145 | 133 | 0 | 0 | 12 | 144 | 74 | 66 | 144 | 24 |
| Binary | 1100101 | 1011011 | 0 | 0 | 1010 | 1100100 | 111100 | 110110 | 1100100 | 10100 |
Color Harmonies of #655B00
Complementary color
Monochromatic Colors of #655B00
Black with #655B00
Text Example
Text Example
White with #655B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655B00; }
p { color: rgb(101,91,0); }
H1.HeaderClassName
{
color: #655B00;
}
.AnyTagClassName
{
color: #655B00;
}
</style>
background-color css
<style>
a { background-color: #655B00; }
a { background-color: rgb(101,91,0); }
div.DivClassName
{
background-color: #655B00;
}
.BgClassName
{
background-color: #655B00;
}
</style>
border-color css
<style>
span { border-color: #655B00; }
span { border-color: rgb(101,91,0); }
td.TdClassName
{
border-color: #655B00;
}
.TagClassName
{
border-color: #655B00;
}
</style>