Shades of Raw Umber #684D02
Tints of Raw Umber #684D02
RGB
CMYK
RGB Variations
Color information
#684D02 (or 0x684D02) is known color: Raw Umber. HEX triplet: 68, 4D and 02. RGB value is (104,77,2). Sum of RGB (Red+Green+Blue) = 104+77+2=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #684D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #684D02 is #97B2FD. Grayscale: #4C4C4C. Windows color (decimal): -9941758 or 150888. OLE color: 150888.
HSL color Cylindrical-coordinate representation of color #684D02: hue angle of 44.12º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #684D02 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 77 | 2 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.59 |
| HSL | 44.12º | 0.96% | 0.21% | - |
| HSV(B) | 44.12º | 0.98% | 0.41% | - |
| XYZ | 8.37 | 8.26 | 1.21 | - |
| YUV | 76.52 | 85.95 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 2 | 0 | 0.26 | 0.98 | 0.59 | 44.12 | 0.96 | 0.21 |
| Hex | 68 | 4D | 2 | 0 | 1A | 62 | 3B | 2C | 60 | 15 |
| Octal | 150 | 115 | 2 | 0 | 32 | 142 | 73 | 54 | 140 | 25 |
| Binary | 1101000 | 1001101 | 10 | 0 | 11010 | 1100010 | 111011 | 101100 | 1100000 | 10101 |
Color Harmonies of #684D02
Complementary color
Monochromatic Colors of #684D02
Black with #684D02
Text Example
Text Example
White with #684D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684D02; }
p { color: rgb(104,77,2); }
H1.HeaderClassName
{
color: #684D02;
}
.AnyTagClassName
{
color: #684D02;
}
</style>
background-color css
<style>
a { background-color: #684D02; }
a { background-color: rgb(104,77,2); }
div.DivClassName
{
background-color: #684D02;
}
.BgClassName
{
background-color: #684D02;
}
</style>
border-color css
<style>
span { border-color: #684D02; }
span { border-color: rgb(104,77,2); }
td.TdClassName
{
border-color: #684D02;
}
.TagClassName
{
border-color: #684D02;
}
</style>