Shades of Raw Umber #674602
Tints of Raw Umber #674602
RGB
CMYK
RGB Variations
Color information
#674602 (or 0x674602) is known color: Raw Umber. HEX triplet: 67, 46 and 02. RGB value is (103,70,2). Sum of RGB (Red+Green+Blue) = 103+70+2=175 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.86% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 103 - color contains mainly: red. Hex color #674602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674602 is #98B9FD. Grayscale: #484848. Windows color (decimal): -10009086 or 149095. OLE color: 149095.
HSL color Cylindrical-coordinate representation of color #674602: hue angle of 40.4º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #674602 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 70 | 2 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.60 |
| HSL | 40.4º | 0.96% | 0.21% | - |
| HSV(B) | 40.4º | 0.98% | 0.4% | - |
| XYZ | 7.79 | 7.27 | 1.05 | - |
| YUV | 72.12 | 88.43 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 70 | 2 | 0 | 0.32 | 0.98 | 0.60 | 40.4 | 0.96 | 0.21 |
| Hex | 67 | 46 | 2 | 0 | 20 | 62 | 3C | 28 | 60 | 15 |
| Octal | 147 | 106 | 2 | 0 | 40 | 142 | 74 | 50 | 140 | 25 |
| Binary | 1100111 | 1000110 | 10 | 0 | 100000 | 1100010 | 111100 | 101000 | 1100000 | 10101 |
Color Harmonies of #674602
Complementary color
Monochromatic Colors of #674602
Black with #674602
Text Example
Text Example
White with #674602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674602; }
p { color: rgb(103,70,2); }
H1.HeaderClassName
{
color: #674602;
}
.AnyTagClassName
{
color: #674602;
}
</style>
background-color css
<style>
a { background-color: #674602; }
a { background-color: rgb(103,70,2); }
div.DivClassName
{
background-color: #674602;
}
.BgClassName
{
background-color: #674602;
}
</style>
border-color css
<style>
span { border-color: #674602; }
span { border-color: rgb(103,70,2); }
td.TdClassName
{
border-color: #674602;
}
.TagClassName
{
border-color: #674602;
}
</style>