Shades of Raw Umber #675805
Tints of Raw Umber #675805
RGB
CMYK
RGB Variations
Color information
#675805 (or 0x675805) is known color: Raw Umber. HEX triplet: 67, 58 and 05. RGB value is (103,88,5). Sum of RGB (Red+Green+Blue) = 103+88+5=196 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.55% from 196); Green value is 88 (34.77% from 255 or 44.90% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 103 - color contains mainly: red. Hex color #675805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675805 is #98A7FA. Grayscale: #535353. Windows color (decimal): -10004475 or 350311. OLE color: 350311.
HSL color Cylindrical-coordinate representation of color #675805: hue angle of 50.82º 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 #675805 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 88 | 5 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.60 |
| HSL | 50.82º | 0.91% | 0.21% | - |
| HSV(B) | 50.82º | 0.95% | 0.4% | - |
| XYZ | 9.11 | 9.87 | 1.57 | - |
| YUV | 83.02 | 83.97 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 88 | 5 | 0 | 0.15 | 0.95 | 0.60 | 50.82 | 0.91 | 0.21 |
| Hex | 67 | 58 | 5 | 0 | F | 5F | 3C | 33 | 5B | 15 |
| Octal | 147 | 130 | 5 | 0 | 17 | 137 | 74 | 63 | 133 | 25 |
| Binary | 1100111 | 1011000 | 101 | 0 | 1111 | 1011111 | 111100 | 110011 | 1011011 | 10101 |
Color Harmonies of #675805
Complementary color
Monochromatic Colors of #675805
Black with #675805
Text Example
Text Example
White with #675805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675805; }
p { color: rgb(103,88,5); }
H1.HeaderClassName
{
color: #675805;
}
.AnyTagClassName
{
color: #675805;
}
</style>
background-color css
<style>
a { background-color: #675805; }
a { background-color: rgb(103,88,5); }
div.DivClassName
{
background-color: #675805;
}
.BgClassName
{
background-color: #675805;
}
</style>
border-color css
<style>
span { border-color: #675805; }
span { border-color: rgb(103,88,5); }
td.TdClassName
{
border-color: #675805;
}
.TagClassName
{
border-color: #675805;
}
</style>