Shades of Raw Umber #67420B
Tints of Raw Umber #67420B
RGB
CMYK
RGB Variations
Color information
#67420B (or 0x67420B) is known color: Raw Umber. HEX triplet: 67, 42 and 0B. RGB value is (103,66,11). Sum of RGB (Red+Green+Blue) = 103+66+11=180 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.22% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 103 - color contains mainly: red. Hex color #67420B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67420B is #98BDF4. Grayscale: #474747. Windows color (decimal): -10010101 or 737895. OLE color: 737895.
HSL color Cylindrical-coordinate representation of color #67420B: hue angle of 35.87º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67420B is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 66 | 11 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.60 |
| HSL | 35.87º | 0.81% | 0.22% | - |
| HSV(B) | 35.87º | 0.89% | 0.4% | - |
| XYZ | 7.6 | 6.8 | 1.23 | - |
| YUV | 70.79 | 94.26 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 11 | 0 | 0.36 | 0.89 | 0.60 | 35.87 | 0.81 | 0.22 |
| Hex | 67 | 42 | B | 0 | 24 | 59 | 3C | 24 | 51 | 16 |
| Octal | 147 | 102 | 13 | 0 | 44 | 131 | 74 | 44 | 121 | 26 |
| Binary | 1100111 | 1000010 | 1011 | 0 | 100100 | 1011001 | 111100 | 100100 | 1010001 | 10110 |
Color Harmonies of #67420B
Complementary color
Monochromatic Colors of #67420B
Black with #67420B
Text Example
Text Example
White with #67420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67420B; }
p { color: rgb(103,66,11); }
H1.HeaderClassName
{
color: #67420B;
}
.AnyTagClassName
{
color: #67420B;
}
</style>
background-color css
<style>
a { background-color: #67420B; }
a { background-color: rgb(103,66,11); }
div.DivClassName
{
background-color: #67420B;
}
.BgClassName
{
background-color: #67420B;
}
</style>
border-color css
<style>
span { border-color: #67420B; }
span { border-color: rgb(103,66,11); }
td.TdClassName
{
border-color: #67420B;
}
.TagClassName
{
border-color: #67420B;
}
</style>