Shades of Raw Umber #673D01
Tints of Raw Umber #673D01
RGB
CMYK
RGB Variations
Color information
#673D01 (or 0x673D01) is known color: Raw Umber. HEX triplet: 67, 3D and 01. RGB value is (103,61,1). Sum of RGB (Red+Green+Blue) = 103+61+1=165 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.42% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 103 - color contains mainly: red. Hex color #673D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673D01 is #98C2FE. Grayscale: #424242. Windows color (decimal): -10011391 or 81255. OLE color: 81255.
HSL color Cylindrical-coordinate representation of color #673D01: hue angle of 35.29º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #673D01 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 61 | 1 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.60 |
| HSL | 35.29º | 0.98% | 0.2% | - |
| HSV(B) | 35.29º | 0.99% | 0.4% | - |
| XYZ | 7.27 | 6.22 | 0.85 | - |
| YUV | 66.72 | 90.91 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 1 | 0 | 0.41 | 0.99 | 0.60 | 35.29 | 0.98 | 0.2 |
| Hex | 67 | 3D | 1 | 0 | 29 | 63 | 3C | 23 | 62 | 14 |
| Octal | 147 | 75 | 1 | 0 | 51 | 143 | 74 | 43 | 142 | 24 |
| Binary | 1100111 | 111101 | 1 | 0 | 101001 | 1100011 | 111100 | 100011 | 1100010 | 10100 |
Color Harmonies of #673D01
Complementary color
Monochromatic Colors of #673D01
Black with #673D01
Text Example
Text Example
White with #673D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673D01; }
p { color: rgb(103,61,1); }
H1.HeaderClassName
{
color: #673D01;
}
.AnyTagClassName
{
color: #673D01;
}
</style>
background-color css
<style>
a { background-color: #673D01; }
a { background-color: rgb(103,61,1); }
div.DivClassName
{
background-color: #673D01;
}
.BgClassName
{
background-color: #673D01;
}
</style>
border-color css
<style>
span { border-color: #673D01; }
span { border-color: rgb(103,61,1); }
td.TdClassName
{
border-color: #673D01;
}
.TagClassName
{
border-color: #673D01;
}
</style>