Shades of Raw Umber #675701
Tints of Raw Umber #675701
RGB
CMYK
RGB Variations
Color information
#675701 (or 0x675701) is known color: Raw Umber. HEX triplet: 67, 57 and 01. RGB value is (103,87,1). Sum of RGB (Red+Green+Blue) = 103+87+1=191 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.93% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 103 - color contains mainly: red. Hex color #675701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675701 is #98A8FE. Grayscale: #525252. Windows color (decimal): -10004735 or 87911. OLE color: 87911.
HSL color Cylindrical-coordinate representation of color #675701: hue angle of 50.59º 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 #675701 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 87 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.60 |
| HSL | 50.59º | 0.98% | 0.2% | - |
| HSV(B) | 50.59º | 0.99% | 0.4% | - |
| XYZ | 9.01 | 9.7 | 1.43 | - |
| YUV | 81.98 | 82.3 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 87 | 1 | 0 | 0.16 | 0.99 | 0.60 | 50.59 | 0.98 | 0.2 |
| Hex | 67 | 57 | 1 | 0 | 10 | 63 | 3C | 33 | 62 | 14 |
| Octal | 147 | 127 | 1 | 0 | 20 | 143 | 74 | 63 | 142 | 24 |
| Binary | 1100111 | 1010111 | 1 | 0 | 10000 | 1100011 | 111100 | 110011 | 1100010 | 10100 |
Color Harmonies of #675701
Complementary color
Monochromatic Colors of #675701
Black with #675701
Text Example
Text Example
White with #675701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675701; }
p { color: rgb(103,87,1); }
H1.HeaderClassName
{
color: #675701;
}
.AnyTagClassName
{
color: #675701;
}
</style>
background-color css
<style>
a { background-color: #675701; }
a { background-color: rgb(103,87,1); }
div.DivClassName
{
background-color: #675701;
}
.BgClassName
{
background-color: #675701;
}
</style>
border-color css
<style>
span { border-color: #675701; }
span { border-color: rgb(103,87,1); }
td.TdClassName
{
border-color: #675701;
}
.TagClassName
{
border-color: #675701;
}
</style>