Shades of Raw Umber #68501A
Tints of Raw Umber #68501A
RGB
CMYK
RGB Variations
Color information
#68501A (or 0x68501A) is known color: Raw Umber. HEX triplet: 68, 50 and 1A. RGB value is (104,80,26). Sum of RGB (Red+Green+Blue) = 104+80+26=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #68501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68501A is #97AFE5. Grayscale: #515151. Windows color (decimal): -9940966 or 1724520. OLE color: 1724520.
HSL color Cylindrical-coordinate representation of color #68501A: hue angle of 41.54º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68501A is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 80 | 26 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.59 |
| HSL | 41.54º | 0.6% | 0.25% | - |
| HSV(B) | 41.54º | 0.75% | 0.41% | - |
| XYZ | 8.76 | 8.75 | 2.21 | - |
| YUV | 81.02 | 96.95 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 26 | 0 | 0.23 | 0.75 | 0.59 | 41.54 | 0.6 | 0.25 |
| Hex | 68 | 50 | 1A | 0 | 17 | 4B | 3B | 2A | 3C | 19 |
| Octal | 150 | 120 | 32 | 0 | 27 | 113 | 73 | 52 | 74 | 31 |
| Binary | 1101000 | 1010000 | 11010 | 0 | 10111 | 1001011 | 111011 | 101010 | 111100 | 11001 |
Color Harmonies of #68501A
Complementary color
Monochromatic Colors of #68501A
Black with #68501A
Text Example
Text Example
White with #68501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68501A; }
p { color: rgb(104,80,26); }
H1.HeaderClassName
{
color: #68501A;
}
.AnyTagClassName
{
color: #68501A;
}
</style>
background-color css
<style>
a { background-color: #68501A; }
a { background-color: rgb(104,80,26); }
div.DivClassName
{
background-color: #68501A;
}
.BgClassName
{
background-color: #68501A;
}
</style>
border-color css
<style>
span { border-color: #68501A; }
span { border-color: rgb(104,80,26); }
td.TdClassName
{
border-color: #68501A;
}
.TagClassName
{
border-color: #68501A;
}
</style>