Shades of Raw Umber #674313
Tints of Raw Umber #674313
RGB
CMYK
RGB Variations
Color information
#674313 (or 0x674313) is known color: Raw Umber. HEX triplet: 67, 43 and 13. RGB value is (103,67,19). Sum of RGB (Red+Green+Blue) = 103+67+19=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #674313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674313 is #98BCEC. Grayscale: #484848. Windows color (decimal): -10009837 or 1262439. OLE color: 1262439.
HSL color Cylindrical-coordinate representation of color #674313: hue angle of 34.29º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #674313 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 67 | 19 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.60 |
| HSL | 34.29º | 0.69% | 0.24% | - |
| HSV(B) | 34.29º | 0.82% | 0.4% | - |
| XYZ | 7.72 | 6.94 | 1.55 | - |
| YUV | 72.29 | 97.93 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 67 | 19 | 0 | 0.35 | 0.82 | 0.60 | 34.29 | 0.69 | 0.24 |
| Hex | 67 | 43 | 13 | 0 | 23 | 52 | 3C | 22 | 45 | 18 |
| Octal | 147 | 103 | 23 | 0 | 43 | 122 | 74 | 42 | 105 | 30 |
| Binary | 1100111 | 1000011 | 10011 | 0 | 100011 | 1010010 | 111100 | 100010 | 1000101 | 11000 |
Color Harmonies of #674313
Complementary color
Monochromatic Colors of #674313
Black with #674313
Text Example
Text Example
White with #674313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674313; }
p { color: rgb(103,67,19); }
H1.HeaderClassName
{
color: #674313;
}
.AnyTagClassName
{
color: #674313;
}
</style>
background-color css
<style>
a { background-color: #674313; }
a { background-color: rgb(103,67,19); }
div.DivClassName
{
background-color: #674313;
}
.BgClassName
{
background-color: #674313;
}
</style>
border-color css
<style>
span { border-color: #674313; }
span { border-color: rgb(103,67,19); }
td.TdClassName
{
border-color: #674313;
}
.TagClassName
{
border-color: #674313;
}
</style>