Shades of Raw Umber #674D02
Tints of Raw Umber #674D02
RGB
CMYK
RGB Variations
Color information
#674D02 (or 0x674D02) is known color: Raw Umber. HEX triplet: 67, 4D and 02. RGB value is (103,77,2). Sum of RGB (Red+Green+Blue) = 103+77+2=182 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.59% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 103 - color contains mainly: red. Hex color #674D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #674D02 is #98B2FD. Grayscale: #4C4C4C. Windows color (decimal): -10007294 or 150887. OLE color: 150887.
HSL color Cylindrical-coordinate representation of color #674D02: hue angle of 44.55º 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 #674D02 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 77 | 2 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.60 |
| HSL | 44.55º | 0.96% | 0.21% | - |
| HSV(B) | 44.55º | 0.98% | 0.4% | - |
| XYZ | 8.26 | 8.2 | 1.2 | - |
| YUV | 76.22 | 86.11 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 2 | 0 | 0.25 | 0.98 | 0.60 | 44.55 | 0.96 | 0.21 |
| Hex | 67 | 4D | 2 | 0 | 19 | 62 | 3C | 2D | 60 | 15 |
| Octal | 147 | 115 | 2 | 0 | 31 | 142 | 74 | 55 | 140 | 25 |
| Binary | 1100111 | 1001101 | 10 | 0 | 11001 | 1100010 | 111100 | 101101 | 1100000 | 10101 |
Color Harmonies of #674D02
Complementary color
Monochromatic Colors of #674D02
Black with #674D02
Text Example
Text Example
White with #674D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674D02; }
p { color: rgb(103,77,2); }
H1.HeaderClassName
{
color: #674D02;
}
.AnyTagClassName
{
color: #674D02;
}
</style>
background-color css
<style>
a { background-color: #674D02; }
a { background-color: rgb(103,77,2); }
div.DivClassName
{
background-color: #674D02;
}
.BgClassName
{
background-color: #674D02;
}
</style>
border-color css
<style>
span { border-color: #674D02; }
span { border-color: rgb(103,77,2); }
td.TdClassName
{
border-color: #674D02;
}
.TagClassName
{
border-color: #674D02;
}
</style>