Shades of Raw Umber #655208
Tints of Raw Umber #655208
RGB
CMYK
RGB Variations
Color information
#655208 (or 0x655208) is known color: Raw Umber. HEX triplet: 65, 52 and 08. RGB value is (101,82,8). Sum of RGB (Red+Green+Blue) = 101+82+8=191 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.88% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 101 - color contains mainly: red. Hex color #655208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655208 is #9AADF7. Grayscale: #4F4F4F. Windows color (decimal): -10137080 or 545381. OLE color: 545381.
HSL color Cylindrical-coordinate representation of color #655208: hue angle of 47.74º 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 #655208 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 82 | 8 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.60 |
| HSL | 47.74º | 0.85% | 0.21% | - |
| HSV(B) | 47.74º | 0.92% | 0.4% | - |
| XYZ | 8.43 | 8.82 | 1.49 | - |
| YUV | 79.25 | 87.79 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 8 | 0 | 0.19 | 0.92 | 0.60 | 47.74 | 0.85 | 0.21 |
| Hex | 65 | 52 | 8 | 0 | 13 | 5C | 3C | 30 | 55 | 15 |
| Octal | 145 | 122 | 10 | 0 | 23 | 134 | 74 | 60 | 125 | 25 |
| Binary | 1100101 | 1010010 | 1000 | 0 | 10011 | 1011100 | 111100 | 110000 | 1010101 | 10101 |
Color Harmonies of #655208
Complementary color
Monochromatic Colors of #655208
Black with #655208
Text Example
Text Example
White with #655208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655208; }
p { color: rgb(101,82,8); }
H1.HeaderClassName
{
color: #655208;
}
.AnyTagClassName
{
color: #655208;
}
</style>
background-color css
<style>
a { background-color: #655208; }
a { background-color: rgb(101,82,8); }
div.DivClassName
{
background-color: #655208;
}
.BgClassName
{
background-color: #655208;
}
</style>
border-color css
<style>
span { border-color: #655208; }
span { border-color: rgb(101,82,8); }
td.TdClassName
{
border-color: #655208;
}
.TagClassName
{
border-color: #655208;
}
</style>