Shades of Raw Umber #674201
Tints of Raw Umber #674201
RGB
CMYK
RGB Variations
Color information
#674201 (or 0x674201) is known color: Raw Umber. HEX triplet: 67, 42 and 01. RGB value is (103,66,1). Sum of RGB (Red+Green+Blue) = 103+66+1=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #674201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674201 is #98BDFE. Grayscale: #454545. Windows color (decimal): -10010111 or 82535. OLE color: 82535.
HSL color Cylindrical-coordinate representation of color #674201: hue angle of 38.24º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #674201 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 66 | 1 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.60 |
| HSL | 38.24º | 0.98% | 0.2% | - |
| HSV(B) | 38.24º | 0.99% | 0.4% | - |
| XYZ | 7.55 | 6.78 | 0.94 | - |
| YUV | 69.65 | 89.26 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 1 | 0 | 0.36 | 0.99 | 0.60 | 38.24 | 0.98 | 0.2 |
| Hex | 67 | 42 | 1 | 0 | 24 | 63 | 3C | 26 | 62 | 14 |
| Octal | 147 | 102 | 1 | 0 | 44 | 143 | 74 | 46 | 142 | 24 |
| Binary | 1100111 | 1000010 | 1 | 0 | 100100 | 1100011 | 111100 | 100110 | 1100010 | 10100 |
Color Harmonies of #674201
Complementary color
Monochromatic Colors of #674201
Black with #674201
Text Example
Text Example
White with #674201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674201; }
p { color: rgb(103,66,1); }
H1.HeaderClassName
{
color: #674201;
}
.AnyTagClassName
{
color: #674201;
}
</style>
background-color css
<style>
a { background-color: #674201; }
a { background-color: rgb(103,66,1); }
div.DivClassName
{
background-color: #674201;
}
.BgClassName
{
background-color: #674201;
}
</style>
border-color css
<style>
span { border-color: #674201; }
span { border-color: rgb(103,66,1); }
td.TdClassName
{
border-color: #674201;
}
.TagClassName
{
border-color: #674201;
}
</style>