Shades of Raw Umber #68570F
Tints of Raw Umber #68570F
RGB
CMYK
RGB Variations
Color information
#68570F (or 0x68570F) is known color: Raw Umber. HEX triplet: 68, 57 and 0F. RGB value is (104,87,15). Sum of RGB (Red+Green+Blue) = 104+87+15=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #68570F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68570F is #97A8F0. Grayscale: #545454. Windows color (decimal): -9939185 or 1005416. OLE color: 1005416.
HSL color Cylindrical-coordinate representation of color #68570F: hue angle of 48.54º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68570F is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 87 | 15 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.59 |
| HSL | 48.54º | 0.75% | 0.23% | - |
| HSV(B) | 48.54º | 0.86% | 0.41% | - |
| XYZ | 9.2 | 9.79 | 1.86 | - |
| YUV | 83.88 | 89.13 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 87 | 15 | 0 | 0.16 | 0.86 | 0.59 | 48.54 | 0.75 | 0.23 |
| Hex | 68 | 57 | F | 0 | 10 | 56 | 3B | 31 | 4B | 17 |
| Octal | 150 | 127 | 17 | 0 | 20 | 126 | 73 | 61 | 113 | 27 |
| Binary | 1101000 | 1010111 | 1111 | 0 | 10000 | 1010110 | 111011 | 110001 | 1001011 | 10111 |
Color Harmonies of #68570F
Complementary color
Monochromatic Colors of #68570F
Black with #68570F
Text Example
Text Example
White with #68570F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68570F; }
p { color: rgb(104,87,15); }
H1.HeaderClassName
{
color: #68570F;
}
.AnyTagClassName
{
color: #68570F;
}
</style>
background-color css
<style>
a { background-color: #68570F; }
a { background-color: rgb(104,87,15); }
div.DivClassName
{
background-color: #68570F;
}
.BgClassName
{
background-color: #68570F;
}
</style>
border-color css
<style>
span { border-color: #68570F; }
span { border-color: rgb(104,87,15); }
td.TdClassName
{
border-color: #68570F;
}
.TagClassName
{
border-color: #68570F;
}
</style>