Shades of Raw Umber #675108
Tints of Raw Umber #675108
RGB
CMYK
RGB Variations
Color information
#675108 (or 0x675108) is known color: Raw Umber. HEX triplet: 67, 51 and 08. RGB value is (103,81,8). Sum of RGB (Red+Green+Blue) = 103+81+8=192 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.65% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 103 - color contains mainly: red. Hex color #675108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675108 is #98AEF7. Grayscale: #4F4F4F. Windows color (decimal): -10006264 or 545127. OLE color: 545127.
HSL color Cylindrical-coordinate representation of color #675108: hue angle of 46.11º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #675108 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 81 | 8 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.60 |
| HSL | 46.11º | 0.86% | 0.22% | - |
| HSV(B) | 46.11º | 0.92% | 0.4% | - |
| XYZ | 8.58 | 8.79 | 1.47 | - |
| YUV | 79.26 | 87.79 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 8 | 0 | 0.21 | 0.92 | 0.60 | 46.11 | 0.86 | 0.22 |
| Hex | 67 | 51 | 8 | 0 | 15 | 5C | 3C | 2E | 56 | 16 |
| Octal | 147 | 121 | 10 | 0 | 25 | 134 | 74 | 56 | 126 | 26 |
| Binary | 1100111 | 1010001 | 1000 | 0 | 10101 | 1011100 | 111100 | 101110 | 1010110 | 10110 |
Color Harmonies of #675108
Complementary color
Monochromatic Colors of #675108
Black with #675108
Text Example
Text Example
White with #675108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675108; }
p { color: rgb(103,81,8); }
H1.HeaderClassName
{
color: #675108;
}
.AnyTagClassName
{
color: #675108;
}
</style>
background-color css
<style>
a { background-color: #675108; }
a { background-color: rgb(103,81,8); }
div.DivClassName
{
background-color: #675108;
}
.BgClassName
{
background-color: #675108;
}
</style>
border-color css
<style>
span { border-color: #675108; }
span { border-color: rgb(103,81,8); }
td.TdClassName
{
border-color: #675108;
}
.TagClassName
{
border-color: #675108;
}
</style>