Shades of Raw Umber #655508
Tints of Raw Umber #655508
RGB
CMYK
RGB Variations
Color information
#655508 (or 0x655508) is known color: Raw Umber. HEX triplet: 65, 55 and 08. RGB value is (101,85,8). Sum of RGB (Red+Green+Blue) = 101+85+8=194 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.06% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 101 - color contains mainly: red. Hex color #655508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655508 is #9AAAF7. Grayscale: #515151. Windows color (decimal): -10136312 or 546149. OLE color: 546149.
HSL color Cylindrical-coordinate representation of color #655508: hue angle of 49.68º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #655508 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 85 | 8 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.60 |
| HSL | 49.68º | 0.85% | 0.21% | - |
| HSV(B) | 49.68º | 0.92% | 0.4% | - |
| XYZ | 8.66 | 9.28 | 1.56 | - |
| YUV | 81.01 | 86.8 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 8 | 0 | 0.16 | 0.92 | 0.60 | 49.68 | 0.85 | 0.21 |
| Hex | 65 | 55 | 8 | 0 | 10 | 5C | 3C | 32 | 55 | 15 |
| Octal | 145 | 125 | 10 | 0 | 20 | 134 | 74 | 62 | 125 | 25 |
| Binary | 1100101 | 1010101 | 1000 | 0 | 10000 | 1011100 | 111100 | 110010 | 1010101 | 10101 |
Color Harmonies of #655508
Complementary color
Monochromatic Colors of #655508
Black with #655508
Text Example
Text Example
White with #655508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655508; }
p { color: rgb(101,85,8); }
H1.HeaderClassName
{
color: #655508;
}
.AnyTagClassName
{
color: #655508;
}
</style>
background-color css
<style>
a { background-color: #655508; }
a { background-color: rgb(101,85,8); }
div.DivClassName
{
background-color: #655508;
}
.BgClassName
{
background-color: #655508;
}
</style>
border-color css
<style>
span { border-color: #655508; }
span { border-color: rgb(101,85,8); }
td.TdClassName
{
border-color: #655508;
}
.TagClassName
{
border-color: #655508;
}
</style>