Shades of Raw Umber #665608
Tints of Raw Umber #665608
RGB
CMYK
RGB Variations
Color information
#665608 (or 0x665608) is known color: Raw Umber. HEX triplet: 66, 56 and 08. RGB value is (102,86,8). Sum of RGB (Red+Green+Blue) = 102+86+8=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #665608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665608 is #99A9F7. Grayscale: #525252. Windows color (decimal): -10070520 or 546406. OLE color: 546406.
HSL color Cylindrical-coordinate representation of color #665608: hue angle of 49.79º 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 #665608 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 86 | 8 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.6 |
| HSL | 49.79º | 0.85% | 0.22% | - |
| HSV(B) | 49.79º | 0.92% | 0.4% | - |
| XYZ | 8.85 | 9.5 | 1.6 | - |
| YUV | 81.89 | 86.3 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 8 | 0 | 0.16 | 0.92 | 0.6 | 49.79 | 0.85 | 0.22 |
| Hex | 66 | 56 | 8 | 0 | 10 | 5C | 3C | 32 | 55 | 16 |
| Octal | 146 | 126 | 10 | 0 | 20 | 134 | 74 | 62 | 125 | 26 |
| Binary | 1100110 | 1010110 | 1000 | 0 | 10000 | 1011100 | 111100 | 110010 | 1010101 | 10110 |
Color Harmonies of #665608
Complementary color
Monochromatic Colors of #665608
Black with #665608
Text Example
Text Example
White with #665608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665608; }
p { color: rgb(102,86,8); }
H1.HeaderClassName
{
color: #665608;
}
.AnyTagClassName
{
color: #665608;
}
</style>
background-color css
<style>
a { background-color: #665608; }
a { background-color: rgb(102,86,8); }
div.DivClassName
{
background-color: #665608;
}
.BgClassName
{
background-color: #665608;
}
</style>
border-color css
<style>
span { border-color: #665608; }
span { border-color: rgb(102,86,8); }
td.TdClassName
{
border-color: #665608;
}
.TagClassName
{
border-color: #665608;
}
</style>