Shades of Raw Umber #675105
Tints of Raw Umber #675105
RGB
CMYK
RGB Variations
Color information
#675105 (or 0x675105) is known color: Raw Umber. HEX triplet: 67, 51 and 05. RGB value is (103,81,5). Sum of RGB (Red+Green+Blue) = 103+81+5=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #675105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675105 is #98AEFA. Grayscale: #4F4F4F. Windows color (decimal): -10006267 or 348519. OLE color: 348519.
HSL color Cylindrical-coordinate representation of color #675105: hue angle of 46.53º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #675105 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 81 | 5 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.60 |
| HSL | 46.53º | 0.91% | 0.21% | - |
| HSV(B) | 46.53º | 0.95% | 0.4% | - |
| XYZ | 8.56 | 8.78 | 1.39 | - |
| YUV | 78.91 | 86.29 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 5 | 0 | 0.21 | 0.95 | 0.60 | 46.53 | 0.91 | 0.21 |
| Hex | 67 | 51 | 5 | 0 | 15 | 5F | 3C | 2F | 5B | 15 |
| Octal | 147 | 121 | 5 | 0 | 25 | 137 | 74 | 57 | 133 | 25 |
| Binary | 1100111 | 1010001 | 101 | 0 | 10101 | 1011111 | 111100 | 101111 | 1011011 | 10101 |
Color Harmonies of #675105
Complementary color
Monochromatic Colors of #675105
Black with #675105
Text Example
Text Example
White with #675105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675105; }
p { color: rgb(103,81,5); }
H1.HeaderClassName
{
color: #675105;
}
.AnyTagClassName
{
color: #675105;
}
</style>
background-color css
<style>
a { background-color: #675105; }
a { background-color: rgb(103,81,5); }
div.DivClassName
{
background-color: #675105;
}
.BgClassName
{
background-color: #675105;
}
</style>
border-color css
<style>
span { border-color: #675105; }
span { border-color: rgb(103,81,5); }
td.TdClassName
{
border-color: #675105;
}
.TagClassName
{
border-color: #675105;
}
</style>