Shades of Raw Umber #675306
Tints of Raw Umber #675306
RGB
CMYK
RGB Variations
Color information
#675306 (or 0x675306) is known color: Raw Umber. HEX triplet: 67, 53 and 06. RGB value is (103,83,6). Sum of RGB (Red+Green+Blue) = 103+83+6=192 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.65% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 103 - color contains mainly: red. Hex color #675306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675306 is #98ACF9. Grayscale: #505050. Windows color (decimal): -10005754 or 414567. OLE color: 414567.
HSL color Cylindrical-coordinate representation of color #675306: hue angle of 47.63º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #675306 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 83 | 6 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.60 |
| HSL | 47.63º | 0.89% | 0.21% | - |
| HSV(B) | 47.63º | 0.94% | 0.4% | - |
| XYZ | 8.72 | 9.08 | 1.47 | - |
| YUV | 80.2 | 86.13 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 6 | 0 | 0.19 | 0.94 | 0.60 | 47.63 | 0.89 | 0.21 |
| Hex | 67 | 53 | 6 | 0 | 13 | 5E | 3C | 30 | 59 | 15 |
| Octal | 147 | 123 | 6 | 0 | 23 | 136 | 74 | 60 | 131 | 25 |
| Binary | 1100111 | 1010011 | 110 | 0 | 10011 | 1011110 | 111100 | 110000 | 1011001 | 10101 |
Color Harmonies of #675306
Complementary color
Monochromatic Colors of #675306
Black with #675306
Text Example
Text Example
White with #675306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675306; }
p { color: rgb(103,83,6); }
H1.HeaderClassName
{
color: #675306;
}
.AnyTagClassName
{
color: #675306;
}
</style>
background-color css
<style>
a { background-color: #675306; }
a { background-color: rgb(103,83,6); }
div.DivClassName
{
background-color: #675306;
}
.BgClassName
{
background-color: #675306;
}
</style>
border-color css
<style>
span { border-color: #675306; }
span { border-color: rgb(103,83,6); }
td.TdClassName
{
border-color: #675306;
}
.TagClassName
{
border-color: #675306;
}
</style>