Shades of Raw Umber #665800
Tints of Raw Umber #665800
RGB
CMYK
RGB Variations
Color information
#665800 (or 0x665800) is known color: Raw Umber. HEX triplet: 66, 58 and 00. RGB value is (102,88,0). Sum of RGB (Red+Green+Blue) = 102+88+0=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #665800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665800 is #99A7FF. Grayscale: #525252. Windows color (decimal): -10070016 or 22630. OLE color: 22630.
HSL color Cylindrical-coordinate representation of color #665800: hue angle of 51.76º 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 #665800 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 88 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.6 |
| HSL | 51.76º | 1% | 0.2% | - |
| HSV(B) | 51.76º | 1% | 0.4% | - |
| XYZ | 8.97 | 9.8 | 1.42 | - |
| YUV | 82.15 | 81.64 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 0 | 0 | 0.14 | 1 | 0.6 | 51.76 | 1 | 0.2 |
| Hex | 66 | 58 | 0 | 0 | E | 64 | 3C | 34 | 64 | 14 |
| Octal | 146 | 130 | 0 | 0 | 16 | 144 | 74 | 64 | 144 | 24 |
| Binary | 1100110 | 1011000 | 0 | 0 | 1110 | 1100100 | 111100 | 110100 | 1100100 | 10100 |
Color Harmonies of #665800
Complementary color
Monochromatic Colors of #665800
Black with #665800
Text Example
Text Example
White with #665800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665800; }
p { color: rgb(102,88,0); }
H1.HeaderClassName
{
color: #665800;
}
.AnyTagClassName
{
color: #665800;
}
</style>
background-color css
<style>
a { background-color: #665800; }
a { background-color: rgb(102,88,0); }
div.DivClassName
{
background-color: #665800;
}
.BgClassName
{
background-color: #665800;
}
</style>
border-color css
<style>
span { border-color: #665800; }
span { border-color: rgb(102,88,0); }
td.TdClassName
{
border-color: #665800;
}
.TagClassName
{
border-color: #665800;
}
</style>