Shades of Raw Umber #685200
Tints of Raw Umber #685200
RGB
CMYK
RGB Variations
Color information
#685200 (or 0x685200) is known color: Raw Umber. HEX triplet: 68, 52 and 00. RGB value is (104,82,0). Sum of RGB (Red+Green+Blue) = 104+82+0=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #685200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685200 is #97ADFF. Grayscale: #4F4F4F. Windows color (decimal): -9940480 or 21096. OLE color: 21096.
HSL color Cylindrical-coordinate representation of color #685200: hue angle of 47.31º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #685200 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 82 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.59 |
| HSL | 47.31º | 1% | 0.2% | - |
| HSV(B) | 47.31º | 1% | 0.41% | - |
| XYZ | 8.73 | 8.98 | 1.27 | - |
| YUV | 79.23 | 83.29 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 0 | 0 | 0.21 | 1 | 0.59 | 47.31 | 1 | 0.2 |
| Hex | 68 | 52 | 0 | 0 | 15 | 64 | 3B | 2F | 64 | 14 |
| Octal | 150 | 122 | 0 | 0 | 25 | 144 | 73 | 57 | 144 | 24 |
| Binary | 1101000 | 1010010 | 0 | 0 | 10101 | 1100100 | 111011 | 101111 | 1100100 | 10100 |
Color Harmonies of #685200
Complementary color
Monochromatic Colors of #685200
Black with #685200
Text Example
Text Example
White with #685200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685200; }
p { color: rgb(104,82,0); }
H1.HeaderClassName
{
color: #685200;
}
.AnyTagClassName
{
color: #685200;
}
</style>
background-color css
<style>
a { background-color: #685200; }
a { background-color: rgb(104,82,0); }
div.DivClassName
{
background-color: #685200;
}
.BgClassName
{
background-color: #685200;
}
</style>
border-color css
<style>
span { border-color: #685200; }
span { border-color: rgb(104,82,0); }
td.TdClassName
{
border-color: #685200;
}
.TagClassName
{
border-color: #685200;
}
</style>