Shades of Raw Umber #685300
Tints of Raw Umber #685300
RGB
CMYK
RGB Variations
Color information
#685300 (or 0x685300) is known color: Raw Umber. HEX triplet: 68, 53 and 00. RGB value is (104,83,0). Sum of RGB (Red+Green+Blue) = 104+83+0=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #685300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685300 is #97ACFF. Grayscale: #505050. Windows color (decimal): -9940224 or 21352. OLE color: 21352.
HSL color Cylindrical-coordinate representation of color #685300: hue angle of 47.88º 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 #685300 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 83 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.59 |
| HSL | 47.88º | 1% | 0.2% | - |
| HSV(B) | 47.88º | 1% | 0.41% | - |
| XYZ | 8.8 | 9.13 | 1.3 | - |
| YUV | 79.82 | 82.96 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 83 | 0 | 0 | 0.20 | 1 | 0.59 | 47.88 | 1 | 0.2 |
| Hex | 68 | 53 | 0 | 0 | 14 | 64 | 3B | 30 | 64 | 14 |
| Octal | 150 | 123 | 0 | 0 | 24 | 144 | 73 | 60 | 144 | 24 |
| Binary | 1101000 | 1010011 | 0 | 0 | 10100 | 1100100 | 111011 | 110000 | 1100100 | 10100 |
Color Harmonies of #685300
Complementary color
Monochromatic Colors of #685300
Black with #685300
Text Example
Text Example
White with #685300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685300; }
p { color: rgb(104,83,0); }
H1.HeaderClassName
{
color: #685300;
}
.AnyTagClassName
{
color: #685300;
}
</style>
background-color css
<style>
a { background-color: #685300; }
a { background-color: rgb(104,83,0); }
div.DivClassName
{
background-color: #685300;
}
.BgClassName
{
background-color: #685300;
}
</style>
border-color css
<style>
span { border-color: #685300; }
span { border-color: rgb(104,83,0); }
td.TdClassName
{
border-color: #685300;
}
.TagClassName
{
border-color: #685300;
}
</style>