Shades of Raw Umber #665708
Tints of Raw Umber #665708
RGB
CMYK
RGB Variations
Color information
#665708 (or 0x665708) is known color: Raw Umber. HEX triplet: 66, 57 and 08. RGB value is (102,87,8). Sum of RGB (Red+Green+Blue) = 102+87+8=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #665708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665708 is #99A8F7. Grayscale: #525252. Windows color (decimal): -10070264 or 546662. OLE color: 546662.
HSL color Cylindrical-coordinate representation of color #665708: hue angle of 50.43º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #665708 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 87 | 8 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.6 |
| HSL | 50.43º | 0.85% | 0.22% | - |
| HSV(B) | 50.43º | 0.92% | 0.4% | - |
| XYZ | 8.93 | 9.66 | 1.62 | - |
| YUV | 82.48 | 85.97 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 87 | 8 | 0 | 0.15 | 0.92 | 0.6 | 50.43 | 0.85 | 0.22 |
| Hex | 66 | 57 | 8 | 0 | F | 5C | 3C | 32 | 55 | 16 |
| Octal | 146 | 127 | 10 | 0 | 17 | 134 | 74 | 62 | 125 | 26 |
| Binary | 1100110 | 1010111 | 1000 | 0 | 1111 | 1011100 | 111100 | 110010 | 1010101 | 10110 |
Color Harmonies of #665708
Complementary color
Monochromatic Colors of #665708
Black with #665708
Text Example
Text Example
White with #665708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665708; }
p { color: rgb(102,87,8); }
H1.HeaderClassName
{
color: #665708;
}
.AnyTagClassName
{
color: #665708;
}
</style>
background-color css
<style>
a { background-color: #665708; }
a { background-color: rgb(102,87,8); }
div.DivClassName
{
background-color: #665708;
}
.BgClassName
{
background-color: #665708;
}
</style>
border-color css
<style>
span { border-color: #665708; }
span { border-color: rgb(102,87,8); }
td.TdClassName
{
border-color: #665708;
}
.TagClassName
{
border-color: #665708;
}
</style>