Shades of Raw Umber #675513
Tints of Raw Umber #675513
RGB
CMYK
RGB Variations
Color information
#675513 (or 0x675513) is known color: Raw Umber. HEX triplet: 67, 55 and 13. RGB value is (103,85,19). Sum of RGB (Red+Green+Blue) = 103+85+19=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #675513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675513 is #98AAEC. Grayscale: #535353. Windows color (decimal): -10005229 or 1267047. OLE color: 1267047.
HSL color Cylindrical-coordinate representation of color #675513: hue angle of 47.14º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #675513 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 85 | 19 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.60 |
| HSL | 47.14º | 0.69% | 0.24% | - |
| HSV(B) | 47.14º | 0.82% | 0.4% | - |
| XYZ | 8.96 | 9.43 | 1.96 | - |
| YUV | 82.86 | 91.96 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 85 | 19 | 0 | 0.17 | 0.82 | 0.60 | 47.14 | 0.69 | 0.24 |
| Hex | 67 | 55 | 13 | 0 | 11 | 52 | 3C | 2F | 45 | 18 |
| Octal | 147 | 125 | 23 | 0 | 21 | 122 | 74 | 57 | 105 | 30 |
| Binary | 1100111 | 1010101 | 10011 | 0 | 10001 | 1010010 | 111100 | 101111 | 1000101 | 11000 |
Color Harmonies of #675513
Complementary color
Monochromatic Colors of #675513
Black with #675513
Text Example
Text Example
White with #675513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675513; }
p { color: rgb(103,85,19); }
H1.HeaderClassName
{
color: #675513;
}
.AnyTagClassName
{
color: #675513;
}
</style>
background-color css
<style>
a { background-color: #675513; }
a { background-color: rgb(103,85,19); }
div.DivClassName
{
background-color: #675513;
}
.BgClassName
{
background-color: #675513;
}
</style>
border-color css
<style>
span { border-color: #675513; }
span { border-color: rgb(103,85,19); }
td.TdClassName
{
border-color: #675513;
}
.TagClassName
{
border-color: #675513;
}
</style>