Shades of Raw Umber #675305
Tints of Raw Umber #675305
RGB
CMYK
RGB Variations
Color information
#675305 (or 0x675305) is known color: Raw Umber. HEX triplet: 67, 53 and 05. RGB value is (103,83,5). Sum of RGB (Red+Green+Blue) = 103+83+5=191 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.93% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 103 - color contains mainly: red. Hex color #675305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675305 is #98ACFA. Grayscale: #505050. Windows color (decimal): -10005755 or 349031. OLE color: 349031.
HSL color Cylindrical-coordinate representation of color #675305: hue angle of 47.76º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #675305 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 83 | 5 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.60 |
| HSL | 47.76º | 0.91% | 0.21% | - |
| HSV(B) | 47.76º | 0.95% | 0.4% | - |
| XYZ | 8.71 | 9.08 | 1.44 | - |
| YUV | 80.09 | 85.63 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 5 | 0 | 0.19 | 0.95 | 0.60 | 47.76 | 0.91 | 0.21 |
| Hex | 67 | 53 | 5 | 0 | 13 | 5F | 3C | 30 | 5B | 15 |
| Octal | 147 | 123 | 5 | 0 | 23 | 137 | 74 | 60 | 133 | 25 |
| Binary | 1100111 | 1010011 | 101 | 0 | 10011 | 1011111 | 111100 | 110000 | 1011011 | 10101 |
Color Harmonies of #675305
Complementary color
Monochromatic Colors of #675305
Black with #675305
Text Example
Text Example
White with #675305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675305; }
p { color: rgb(103,83,5); }
H1.HeaderClassName
{
color: #675305;
}
.AnyTagClassName
{
color: #675305;
}
</style>
background-color css
<style>
a { background-color: #675305; }
a { background-color: rgb(103,83,5); }
div.DivClassName
{
background-color: #675305;
}
.BgClassName
{
background-color: #675305;
}
</style>
border-color css
<style>
span { border-color: #675305; }
span { border-color: rgb(103,83,5); }
td.TdClassName
{
border-color: #675305;
}
.TagClassName
{
border-color: #675305;
}
</style>