Shades of Raw Umber #684102
Tints of Raw Umber #684102
RGB
CMYK
RGB Variations
Color information
#684102 (or 0x684102) is known color: Raw Umber. HEX triplet: 68, 41 and 02. RGB value is (104,65,2). Sum of RGB (Red+Green+Blue) = 104+65+2=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #684102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684102 is #97BEFD. Grayscale: #454545. Windows color (decimal): -9944830 or 147816. OLE color: 147816.
HSL color Cylindrical-coordinate representation of color #684102: hue angle of 37.06º 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 #684102 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 65 | 2 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.59 |
| HSL | 37.06º | 0.96% | 0.21% | - |
| HSV(B) | 37.06º | 0.98% | 0.41% | - |
| XYZ | 7.61 | 6.73 | 0.95 | - |
| YUV | 69.48 | 89.92 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 65 | 2 | 0 | 0.38 | 0.98 | 0.59 | 37.06 | 0.96 | 0.21 |
| Hex | 68 | 41 | 2 | 0 | 26 | 62 | 3B | 25 | 60 | 15 |
| Octal | 150 | 101 | 2 | 0 | 46 | 142 | 73 | 45 | 140 | 25 |
| Binary | 1101000 | 1000001 | 10 | 0 | 100110 | 1100010 | 111011 | 100101 | 1100000 | 10101 |
Color Harmonies of #684102
Complementary color
Monochromatic Colors of #684102
Black with #684102
Text Example
Text Example
White with #684102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684102; }
p { color: rgb(104,65,2); }
H1.HeaderClassName
{
color: #684102;
}
.AnyTagClassName
{
color: #684102;
}
</style>
background-color css
<style>
a { background-color: #684102; }
a { background-color: rgb(104,65,2); }
div.DivClassName
{
background-color: #684102;
}
.BgClassName
{
background-color: #684102;
}
</style>
border-color css
<style>
span { border-color: #684102; }
span { border-color: rgb(104,65,2); }
td.TdClassName
{
border-color: #684102;
}
.TagClassName
{
border-color: #684102;
}
</style>