Shades of Raw Umber #68580F
Tints of Raw Umber #68580F
RGB
CMYK
RGB Variations
Color information
#68580F (or 0x68580F) is known color: Raw Umber. HEX triplet: 68, 58 and 0F. RGB value is (104,88,15). Sum of RGB (Red+Green+Blue) = 104+88+15=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #68580F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68580F is #97A7F0. Grayscale: #545454. Windows color (decimal): -9938929 or 1005672. OLE color: 1005672.
HSL color Cylindrical-coordinate representation of color #68580F: hue angle of 49.21º 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 #68580F is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 88 | 15 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.59 |
| HSL | 49.21º | 0.75% | 0.23% | - |
| HSV(B) | 49.21º | 0.86% | 0.41% | - |
| XYZ | 9.28 | 9.96 | 1.88 | - |
| YUV | 84.46 | 88.8 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 88 | 15 | 0 | 0.15 | 0.86 | 0.59 | 49.21 | 0.75 | 0.23 |
| Hex | 68 | 58 | F | 0 | F | 56 | 3B | 31 | 4B | 17 |
| Octal | 150 | 130 | 17 | 0 | 17 | 126 | 73 | 61 | 113 | 27 |
| Binary | 1101000 | 1011000 | 1111 | 0 | 1111 | 1010110 | 111011 | 110001 | 1001011 | 10111 |
Color Harmonies of #68580F
Complementary color
Monochromatic Colors of #68580F
Black with #68580F
Text Example
Text Example
White with #68580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68580F; }
p { color: rgb(104,88,15); }
H1.HeaderClassName
{
color: #68580F;
}
.AnyTagClassName
{
color: #68580F;
}
</style>
background-color css
<style>
a { background-color: #68580F; }
a { background-color: rgb(104,88,15); }
div.DivClassName
{
background-color: #68580F;
}
.BgClassName
{
background-color: #68580F;
}
</style>
border-color css
<style>
span { border-color: #68580F; }
span { border-color: rgb(104,88,15); }
td.TdClassName
{
border-color: #68580F;
}
.TagClassName
{
border-color: #68580F;
}
</style>