Shades of Raw Umber #665807
Tints of Raw Umber #665807
RGB
CMYK
RGB Variations
Color information
#665807 (or 0x665807) is known color: Raw Umber. HEX triplet: 66, 58 and 07. RGB value is (102,88,7). Sum of RGB (Red+Green+Blue) = 102+88+7=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #665807 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665807 is #99A7F8. Grayscale: #535353. Windows color (decimal): -10070009 or 481382. OLE color: 481382.
HSL color Cylindrical-coordinate representation of color #665807: hue angle of 51.16º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #665807 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 88 | 7 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.6 |
| HSL | 51.16º | 0.87% | 0.21% | - |
| HSV(B) | 51.16º | 0.93% | 0.4% | - |
| XYZ | 9.01 | 9.82 | 1.62 | - |
| YUV | 82.95 | 85.14 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 7 | 0 | 0.14 | 0.93 | 0.6 | 51.16 | 0.87 | 0.21 |
| Hex | 66 | 58 | 7 | 0 | E | 5D | 3C | 33 | 57 | 15 |
| Octal | 146 | 130 | 7 | 0 | 16 | 135 | 74 | 63 | 127 | 25 |
| Binary | 1100110 | 1011000 | 111 | 0 | 1110 | 1011101 | 111100 | 110011 | 1010111 | 10101 |
Color Harmonies of #665807
Complementary color
Monochromatic Colors of #665807
Black with #665807
Text Example
Text Example
White with #665807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665807; }
p { color: rgb(102,88,7); }
H1.HeaderClassName
{
color: #665807;
}
.AnyTagClassName
{
color: #665807;
}
</style>
background-color css
<style>
a { background-color: #665807; }
a { background-color: rgb(102,88,7); }
div.DivClassName
{
background-color: #665807;
}
.BgClassName
{
background-color: #665807;
}
</style>
border-color css
<style>
span { border-color: #665807; }
span { border-color: rgb(102,88,7); }
td.TdClassName
{
border-color: #665807;
}
.TagClassName
{
border-color: #665807;
}
</style>