Shades of Raw Umber #665605
Tints of Raw Umber #665605
RGB
CMYK
RGB Variations
Color information
#665605 (or 0x665605) is known color: Raw Umber. HEX triplet: 66, 56 and 05. RGB value is (102,86,5). Sum of RGB (Red+Green+Blue) = 102+86+5=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #665605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665605 is #99A9FA. Grayscale: #515151. Windows color (decimal): -10070523 or 349798. OLE color: 349798.
HSL color Cylindrical-coordinate representation of color #665605: hue angle of 50.1º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #665605 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 86 | 5 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.6 |
| HSL | 50.1º | 0.91% | 0.21% | - |
| HSV(B) | 50.1º | 0.95% | 0.4% | - |
| XYZ | 8.83 | 9.49 | 1.51 | - |
| YUV | 81.55 | 84.8 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 5 | 0 | 0.16 | 0.95 | 0.6 | 50.1 | 0.91 | 0.21 |
| Hex | 66 | 56 | 5 | 0 | 10 | 5F | 3C | 32 | 5B | 15 |
| Octal | 146 | 126 | 5 | 0 | 20 | 137 | 74 | 62 | 133 | 25 |
| Binary | 1100110 | 1010110 | 101 | 0 | 10000 | 1011111 | 111100 | 110010 | 1011011 | 10101 |
Color Harmonies of #665605
Complementary color
Monochromatic Colors of #665605
Black with #665605
Text Example
Text Example
White with #665605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665605; }
p { color: rgb(102,86,5); }
H1.HeaderClassName
{
color: #665605;
}
.AnyTagClassName
{
color: #665605;
}
</style>
background-color css
<style>
a { background-color: #665605; }
a { background-color: rgb(102,86,5); }
div.DivClassName
{
background-color: #665605;
}
.BgClassName
{
background-color: #665605;
}
</style>
border-color css
<style>
span { border-color: #665605; }
span { border-color: rgb(102,86,5); }
td.TdClassName
{
border-color: #665605;
}
.TagClassName
{
border-color: #665605;
}
</style>