Shades of Raw Umber #675707
Tints of Raw Umber #675707
RGB
CMYK
RGB Variations
Color information
#675707 (or 0x675707) is known color: Raw Umber. HEX triplet: 67, 57 and 07. RGB value is (103,87,7). Sum of RGB (Red+Green+Blue) = 103+87+7=197 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.28% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 103 - color contains mainly: red. Hex color #675707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675707 is #98A8F8. Grayscale: #525252. Windows color (decimal): -10004729 or 481127. OLE color: 481127.
HSL color Cylindrical-coordinate representation of color #675707: hue angle of 50º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #675707 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 87 | 7 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.60 |
| HSL | 50º | 0.87% | 0.22% | - |
| HSV(B) | 50º | 0.93% | 0.4% | - |
| XYZ | 9.04 | 9.72 | 1.6 | - |
| YUV | 82.66 | 85.3 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 87 | 7 | 0 | 0.16 | 0.93 | 0.60 | 50 | 0.87 | 0.22 |
| Hex | 67 | 57 | 7 | 0 | 10 | 5D | 3C | 32 | 57 | 16 |
| Octal | 147 | 127 | 7 | 0 | 20 | 135 | 74 | 62 | 127 | 26 |
| Binary | 1100111 | 1010111 | 111 | 0 | 10000 | 1011101 | 111100 | 110010 | 1010111 | 10110 |
Color Harmonies of #675707
Complementary color
Monochromatic Colors of #675707
Black with #675707
Text Example
Text Example
White with #675707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675707; }
p { color: rgb(103,87,7); }
H1.HeaderClassName
{
color: #675707;
}
.AnyTagClassName
{
color: #675707;
}
</style>
background-color css
<style>
a { background-color: #675707; }
a { background-color: rgb(103,87,7); }
div.DivClassName
{
background-color: #675707;
}
.BgClassName
{
background-color: #675707;
}
</style>
border-color css
<style>
span { border-color: #675707; }
span { border-color: rgb(103,87,7); }
td.TdClassName
{
border-color: #675707;
}
.TagClassName
{
border-color: #675707;
}
</style>