Shades of Raw Umber #675600
Tints of Raw Umber #675600
RGB
CMYK
RGB Variations
Color information
#675600 (or 0x675600) is known color: Raw Umber. HEX triplet: 67, 56 and 00. RGB value is (103,86,0). Sum of RGB (Red+Green+Blue) = 103+86+0=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #675600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675600 is #98A9FF. Grayscale: #515151. Windows color (decimal): -10004992 or 22119. OLE color: 22119.
HSL color Cylindrical-coordinate representation of color #675600: hue angle of 50.1º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #675600 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 86 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.60 |
| HSL | 50.1º | 1% | 0.2% | - |
| HSV(B) | 50.1º | 1% | 0.4% | - |
| XYZ | 8.92 | 9.54 | 1.37 | - |
| YUV | 81.28 | 82.13 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 86 | 0 | 0 | 0.17 | 1 | 0.60 | 50.1 | 1 | 0.2 |
| Hex | 67 | 56 | 0 | 0 | 11 | 64 | 3C | 32 | 64 | 14 |
| Octal | 147 | 126 | 0 | 0 | 21 | 144 | 74 | 62 | 144 | 24 |
| Binary | 1100111 | 1010110 | 0 | 0 | 10001 | 1100100 | 111100 | 110010 | 1100100 | 10100 |
Color Harmonies of #675600
Complementary color
Monochromatic Colors of #675600
Black with #675600
Text Example
Text Example
White with #675600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675600; }
p { color: rgb(103,86,0); }
H1.HeaderClassName
{
color: #675600;
}
.AnyTagClassName
{
color: #675600;
}
</style>
background-color css
<style>
a { background-color: #675600; }
a { background-color: rgb(103,86,0); }
div.DivClassName
{
background-color: #675600;
}
.BgClassName
{
background-color: #675600;
}
</style>
border-color css
<style>
span { border-color: #675600; }
span { border-color: rgb(103,86,0); }
td.TdClassName
{
border-color: #675600;
}
.TagClassName
{
border-color: #675600;
}
</style>