Shades of Raw Umber #685B00
Tints of Raw Umber #685B00
RGB
CMYK
RGB Variations
Color information
#685B00 (or 0x685B00) is known color: Raw Umber. HEX triplet: 68, 5B and 00. RGB value is (104,91,0). Sum of RGB (Red+Green+Blue) = 104+91+0=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 91 (35.94% from 255 or 46.67% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #685B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685B00 is #97A4FF. Grayscale: #545454. Windows color (decimal): -9938176 or 23400. OLE color: 23400.
HSL color Cylindrical-coordinate representation of color #685B00: hue angle of 52.5º 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 #685B00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 91 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.59 |
| HSL | 52.5º | 1% | 0.2% | - |
| HSV(B) | 52.5º | 1% | 0.41% | - |
| XYZ | 9.45 | 10.43 | 1.51 | - |
| YUV | 84.51 | 80.31 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 0 | 0 | 0.12 | 1 | 0.59 | 52.5 | 1 | 0.2 |
| Hex | 68 | 5B | 0 | 0 | C | 64 | 3B | 34 | 64 | 14 |
| Octal | 150 | 133 | 0 | 0 | 14 | 144 | 73 | 64 | 144 | 24 |
| Binary | 1101000 | 1011011 | 0 | 0 | 1100 | 1100100 | 111011 | 110100 | 1100100 | 10100 |
Color Harmonies of #685B00
Complementary color
Monochromatic Colors of #685B00
Black with #685B00
Text Example
Text Example
White with #685B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B00; }
p { color: rgb(104,91,0); }
H1.HeaderClassName
{
color: #685B00;
}
.AnyTagClassName
{
color: #685B00;
}
</style>
background-color css
<style>
a { background-color: #685B00; }
a { background-color: rgb(104,91,0); }
div.DivClassName
{
background-color: #685B00;
}
.BgClassName
{
background-color: #685B00;
}
</style>
border-color css
<style>
span { border-color: #685B00; }
span { border-color: rgb(104,91,0); }
td.TdClassName
{
border-color: #685B00;
}
.TagClassName
{
border-color: #685B00;
}
</style>