Shades of Raw Umber #675101
Tints of Raw Umber #675101
RGB
CMYK
RGB Variations
Color information
#675101 (or 0x675101) is known color: Raw Umber. HEX triplet: 67, 51 and 01. RGB value is (103,81,1). Sum of RGB (Red+Green+Blue) = 103+81+1=185 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.68% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 103 - color contains mainly: red. Hex color #675101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675101 is #98AEFE. Grayscale: #4E4E4E. Windows color (decimal): -10006271 or 86375. OLE color: 86375.
HSL color Cylindrical-coordinate representation of color #675101: hue angle of 47.06º 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 #675101 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 81 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.60 |
| HSL | 47.06º | 0.98% | 0.2% | - |
| HSV(B) | 47.06º | 0.99% | 0.4% | - |
| XYZ | 8.54 | 8.77 | 1.27 | - |
| YUV | 78.46 | 84.29 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 1 | 0 | 0.21 | 0.99 | 0.60 | 47.06 | 0.98 | 0.2 |
| Hex | 67 | 51 | 1 | 0 | 15 | 63 | 3C | 2F | 62 | 14 |
| Octal | 147 | 121 | 1 | 0 | 25 | 143 | 74 | 57 | 142 | 24 |
| Binary | 1100111 | 1010001 | 1 | 0 | 10101 | 1100011 | 111100 | 101111 | 1100010 | 10100 |
Color Harmonies of #675101
Complementary color
Monochromatic Colors of #675101
Black with #675101
Text Example
Text Example
White with #675101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675101; }
p { color: rgb(103,81,1); }
H1.HeaderClassName
{
color: #675101;
}
.AnyTagClassName
{
color: #675101;
}
</style>
background-color css
<style>
a { background-color: #675101; }
a { background-color: rgb(103,81,1); }
div.DivClassName
{
background-color: #675101;
}
.BgClassName
{
background-color: #675101;
}
</style>
border-color css
<style>
span { border-color: #675101; }
span { border-color: rgb(103,81,1); }
td.TdClassName
{
border-color: #675101;
}
.TagClassName
{
border-color: #675101;
}
</style>