Shades of Raw Umber #675007
Tints of Raw Umber #675007
RGB
CMYK
RGB Variations
Color information
#675007 (or 0x675007) is known color: Raw Umber. HEX triplet: 67, 50 and 07. RGB value is (103,80,7). Sum of RGB (Red+Green+Blue) = 103+80+7=190 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.21% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 103 - color contains mainly: red. Hex color #675007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675007 is #98AFF8. Grayscale: #4E4E4E. Windows color (decimal): -10006521 or 479335. OLE color: 479335.
HSL color Cylindrical-coordinate representation of color #675007: hue angle of 45.62º 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 #675007 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 80 | 7 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.60 |
| HSL | 45.63º | 0.87% | 0.22% | - |
| HSV(B) | 45.63º | 0.93% | 0.4% | - |
| XYZ | 8.5 | 8.64 | 1.42 | - |
| YUV | 78.56 | 87.62 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 7 | 0 | 0.22 | 0.93 | 0.60 | 45.63 | 0.87 | 0.22 |
| Hex | 67 | 50 | 7 | 0 | 16 | 5D | 3C | 2E | 57 | 16 |
| Octal | 147 | 120 | 7 | 0 | 26 | 135 | 74 | 56 | 127 | 26 |
| Binary | 1100111 | 1010000 | 111 | 0 | 10110 | 1011101 | 111100 | 101110 | 1010111 | 10110 |
Color Harmonies of #675007
Complementary color
Monochromatic Colors of #675007
Black with #675007
Text Example
Text Example
White with #675007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675007; }
p { color: rgb(103,80,7); }
H1.HeaderClassName
{
color: #675007;
}
.AnyTagClassName
{
color: #675007;
}
</style>
background-color css
<style>
a { background-color: #675007; }
a { background-color: rgb(103,80,7); }
div.DivClassName
{
background-color: #675007;
}
.BgClassName
{
background-color: #675007;
}
</style>
border-color css
<style>
span { border-color: #675007; }
span { border-color: rgb(103,80,7); }
td.TdClassName
{
border-color: #675007;
}
.TagClassName
{
border-color: #675007;
}
</style>