Shades of Raw Umber #673D0D
Tints of Raw Umber #673D0D
RGB
CMYK
RGB Variations
Color information
#673D0D (or 0x673D0D) is known color: Raw Umber. HEX triplet: 67, 3D and 0D. RGB value is (103,61,13). Sum of RGB (Red+Green+Blue) = 103+61+13=177 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.19% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 103 - color contains mainly: red. Hex color #673D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673D0D is #98C2F2. Grayscale: #444444. Windows color (decimal): -10011379 or 867687. OLE color: 867687.
HSL color Cylindrical-coordinate representation of color #673D0D: hue angle of 32º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #673D0D is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 61 | 13 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.60 |
| HSL | 32º | 0.78% | 0.23% | - |
| HSV(B) | 32º | 0.87% | 0.4% | - |
| XYZ | 7.33 | 6.25 | 1.2 | - |
| YUV | 68.09 | 96.91 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 13 | 0 | 0.41 | 0.87 | 0.60 | 32 | 0.78 | 0.23 |
| Hex | 67 | 3D | D | 0 | 29 | 57 | 3C | 20 | 4E | 17 |
| Octal | 147 | 75 | 15 | 0 | 51 | 127 | 74 | 40 | 116 | 27 |
| Binary | 1100111 | 111101 | 1101 | 0 | 101001 | 1010111 | 111100 | 100000 | 1001110 | 10111 |
Color Harmonies of #673D0D
Complementary color
Monochromatic Colors of #673D0D
Black with #673D0D
Text Example
Text Example
White with #673D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673D0D; }
p { color: rgb(103,61,13); }
H1.HeaderClassName
{
color: #673D0D;
}
.AnyTagClassName
{
color: #673D0D;
}
</style>
background-color css
<style>
a { background-color: #673D0D; }
a { background-color: rgb(103,61,13); }
div.DivClassName
{
background-color: #673D0D;
}
.BgClassName
{
background-color: #673D0D;
}
</style>
border-color css
<style>
span { border-color: #673D0D; }
span { border-color: rgb(103,61,13); }
td.TdClassName
{
border-color: #673D0D;
}
.TagClassName
{
border-color: #673D0D;
}
</style>