Shades of Raw Umber #675303
Tints of Raw Umber #675303
RGB
CMYK
RGB Variations
Color information
#675303 (or 0x675303) is known color: Raw Umber. HEX triplet: 67, 53 and 03. RGB value is (103,83,3). Sum of RGB (Red+Green+Blue) = 103+83+3=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #675303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675303 is #98ACFC. Grayscale: #505050. Windows color (decimal): -10005757 or 217959. OLE color: 217959.
HSL color Cylindrical-coordinate representation of color #675303: hue angle of 48º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #675303 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 83 | 3 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.60 |
| HSL | 48º | 0.94% | 0.21% | - |
| HSV(B) | 48º | 0.97% | 0.4% | - |
| XYZ | 8.7 | 9.08 | 1.38 | - |
| YUV | 79.86 | 84.63 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 3 | 0 | 0.19 | 0.97 | 0.60 | 48 | 0.94 | 0.21 |
| Hex | 67 | 53 | 3 | 0 | 13 | 61 | 3C | 30 | 5E | 15 |
| Octal | 147 | 123 | 3 | 0 | 23 | 141 | 74 | 60 | 136 | 25 |
| Binary | 1100111 | 1010011 | 11 | 0 | 10011 | 1100001 | 111100 | 110000 | 1011110 | 10101 |
Color Harmonies of #675303
Complementary color
Monochromatic Colors of #675303
Black with #675303
Text Example
Text Example
White with #675303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675303; }
p { color: rgb(103,83,3); }
H1.HeaderClassName
{
color: #675303;
}
.AnyTagClassName
{
color: #675303;
}
</style>
background-color css
<style>
a { background-color: #675303; }
a { background-color: rgb(103,83,3); }
div.DivClassName
{
background-color: #675303;
}
.BgClassName
{
background-color: #675303;
}
</style>
border-color css
<style>
span { border-color: #675303; }
span { border-color: rgb(103,83,3); }
td.TdClassName
{
border-color: #675303;
}
.TagClassName
{
border-color: #675303;
}
</style>