Shades of Raw Umber #665808
Tints of Raw Umber #665808
RGB
CMYK
RGB Variations
Color information
#665808 (or 0x665808) is known color: Raw Umber. HEX triplet: 66, 58 and 08. RGB value is (102,88,8). Sum of RGB (Red+Green+Blue) = 102+88+8=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #665808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665808 is #99A7F7. Grayscale: #535353. Windows color (decimal): -10070008 or 546918. OLE color: 546918.
HSL color Cylindrical-coordinate representation of color #665808: hue angle of 51.06º 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 #665808 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 88 | 8 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.6 |
| HSL | 51.06º | 0.85% | 0.22% | - |
| HSV(B) | 51.06º | 0.92% | 0.4% | - |
| XYZ | 9.01 | 9.82 | 1.65 | - |
| YUV | 83.07 | 85.64 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 8 | 0 | 0.14 | 0.92 | 0.6 | 51.06 | 0.85 | 0.22 |
| Hex | 66 | 58 | 8 | 0 | E | 5C | 3C | 33 | 55 | 16 |
| Octal | 146 | 130 | 10 | 0 | 16 | 134 | 74 | 63 | 125 | 26 |
| Binary | 1100110 | 1011000 | 1000 | 0 | 1110 | 1011100 | 111100 | 110011 | 1010101 | 10110 |
Color Harmonies of #665808
Complementary color
Monochromatic Colors of #665808
Black with #665808
Text Example
Text Example
White with #665808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665808; }
p { color: rgb(102,88,8); }
H1.HeaderClassName
{
color: #665808;
}
.AnyTagClassName
{
color: #665808;
}
</style>
background-color css
<style>
a { background-color: #665808; }
a { background-color: rgb(102,88,8); }
div.DivClassName
{
background-color: #665808;
}
.BgClassName
{
background-color: #665808;
}
</style>
border-color css
<style>
span { border-color: #665808; }
span { border-color: rgb(102,88,8); }
td.TdClassName
{
border-color: #665808;
}
.TagClassName
{
border-color: #665808;
}
</style>