Shades of Raw Umber #675107
Tints of Raw Umber #675107
RGB
CMYK
RGB Variations
Color information
#675107 (or 0x675107) is known color: Raw Umber. HEX triplet: 67, 51 and 07. RGB value is (103,81,7). Sum of RGB (Red+Green+Blue) = 103+81+7=191 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.93% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 7 (3.12% from 255 or 3.66% from 191); Max value from RGB is 103 - color contains mainly: red. Hex color #675107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675107 is #98AEF8. Grayscale: #4F4F4F. Windows color (decimal): -10006265 or 479591. OLE color: 479591.
HSL color Cylindrical-coordinate representation of color #675107: hue angle of 46.25º 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 #675107 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 81 | 7 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.60 |
| HSL | 46.25º | 0.87% | 0.22% | - |
| HSV(B) | 46.25º | 0.93% | 0.4% | - |
| XYZ | 8.57 | 8.78 | 1.44 | - |
| YUV | 79.14 | 87.29 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 7 | 0 | 0.21 | 0.93 | 0.60 | 46.25 | 0.87 | 0.22 |
| Hex | 67 | 51 | 7 | 0 | 15 | 5D | 3C | 2E | 57 | 16 |
| Octal | 147 | 121 | 7 | 0 | 25 | 135 | 74 | 56 | 127 | 26 |
| Binary | 1100111 | 1010001 | 111 | 0 | 10101 | 1011101 | 111100 | 101110 | 1010111 | 10110 |
Color Harmonies of #675107
Complementary color
Monochromatic Colors of #675107
Black with #675107
Text Example
Text Example
White with #675107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675107; }
p { color: rgb(103,81,7); }
H1.HeaderClassName
{
color: #675107;
}
.AnyTagClassName
{
color: #675107;
}
</style>
background-color css
<style>
a { background-color: #675107; }
a { background-color: rgb(103,81,7); }
div.DivClassName
{
background-color: #675107;
}
.BgClassName
{
background-color: #675107;
}
</style>
border-color css
<style>
span { border-color: #675107; }
span { border-color: rgb(103,81,7); }
td.TdClassName
{
border-color: #675107;
}
.TagClassName
{
border-color: #675107;
}
</style>