Shades of Raw Umber #684005
Tints of Raw Umber #684005
RGB
CMYK
RGB Variations
Color information
#684005 (or 0x684005) is known color: Raw Umber. HEX triplet: 68, 40 and 05. RGB value is (104,64,5). Sum of RGB (Red+Green+Blue) = 104+64+5=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #684005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684005 is #97BFFA. Grayscale: #454545. Windows color (decimal): -9945083 or 344168. OLE color: 344168.
HSL color Cylindrical-coordinate representation of color #684005: hue angle of 35.76º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #684005 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 64 | 5 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.59 |
| HSL | 35.76º | 0.91% | 0.21% | - |
| HSV(B) | 35.76º | 0.95% | 0.41% | - |
| XYZ | 7.57 | 6.62 | 1.02 | - |
| YUV | 69.23 | 91.75 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 64 | 5 | 0 | 0.38 | 0.95 | 0.59 | 35.76 | 0.91 | 0.21 |
| Hex | 68 | 40 | 5 | 0 | 26 | 5F | 3B | 24 | 5B | 15 |
| Octal | 150 | 100 | 5 | 0 | 46 | 137 | 73 | 44 | 133 | 25 |
| Binary | 1101000 | 1000000 | 101 | 0 | 100110 | 1011111 | 111011 | 100100 | 1011011 | 10101 |
Color Harmonies of #684005
Complementary color
Monochromatic Colors of #684005
Black with #684005
Text Example
Text Example
White with #684005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684005; }
p { color: rgb(104,64,5); }
H1.HeaderClassName
{
color: #684005;
}
.AnyTagClassName
{
color: #684005;
}
</style>
background-color css
<style>
a { background-color: #684005; }
a { background-color: rgb(104,64,5); }
div.DivClassName
{
background-color: #684005;
}
.BgClassName
{
background-color: #684005;
}
</style>
border-color css
<style>
span { border-color: #684005; }
span { border-color: rgb(104,64,5); }
td.TdClassName
{
border-color: #684005;
}
.TagClassName
{
border-color: #684005;
}
</style>