Shades of Raw Umber #67400B
Tints of Raw Umber #67400B
RGB
CMYK
RGB Variations
Color information
#67400B (or 0x67400B) is known color: Raw Umber. HEX triplet: 67, 40 and 0B. RGB value is (103,64,11). Sum of RGB (Red+Green+Blue) = 103+64+11=178 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.87% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 103 - color contains mainly: red. Hex color #67400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67400B is #98BFF4. Grayscale: #454545. Windows color (decimal): -10010613 or 737383. OLE color: 737383.
HSL color Cylindrical-coordinate representation of color #67400B: hue angle of 34.57º 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 #67400B is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 64 | 11 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.60 |
| HSL | 34.57º | 0.81% | 0.22% | - |
| HSV(B) | 34.57º | 0.89% | 0.4% | - |
| XYZ | 7.49 | 6.57 | 1.19 | - |
| YUV | 69.62 | 94.92 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 64 | 11 | 0 | 0.38 | 0.89 | 0.60 | 34.57 | 0.81 | 0.22 |
| Hex | 67 | 40 | B | 0 | 26 | 59 | 3C | 23 | 51 | 16 |
| Octal | 147 | 100 | 13 | 0 | 46 | 131 | 74 | 43 | 121 | 26 |
| Binary | 1100111 | 1000000 | 1011 | 0 | 100110 | 1011001 | 111100 | 100011 | 1010001 | 10110 |
Color Harmonies of #67400B
Complementary color
Monochromatic Colors of #67400B
Black with #67400B
Text Example
Text Example
White with #67400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67400B; }
p { color: rgb(103,64,11); }
H1.HeaderClassName
{
color: #67400B;
}
.AnyTagClassName
{
color: #67400B;
}
</style>
background-color css
<style>
a { background-color: #67400B; }
a { background-color: rgb(103,64,11); }
div.DivClassName
{
background-color: #67400B;
}
.BgClassName
{
background-color: #67400B;
}
</style>
border-color css
<style>
span { border-color: #67400B; }
span { border-color: rgb(103,64,11); }
td.TdClassName
{
border-color: #67400B;
}
.TagClassName
{
border-color: #67400B;
}
</style>