Shades of Raw Umber #665505
Tints of Raw Umber #665505
RGB
CMYK
RGB Variations
Color information
#665505 (or 0x665505) is known color: Raw Umber. HEX triplet: 66, 55 and 05. RGB value is (102,85,5). Sum of RGB (Red+Green+Blue) = 102+85+5=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #665505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665505 is #99AAFA. Grayscale: #515151. Windows color (decimal): -10070779 or 349542. OLE color: 349542.
HSL color Cylindrical-coordinate representation of color #665505: hue angle of 49.48º 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 #665505 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 85 | 5 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.6 |
| HSL | 49.48º | 0.91% | 0.21% | - |
| HSV(B) | 49.48º | 0.95% | 0.4% | - |
| XYZ | 8.76 | 9.33 | 1.48 | - |
| YUV | 80.96 | 85.13 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 5 | 0 | 0.17 | 0.95 | 0.6 | 49.48 | 0.91 | 0.21 |
| Hex | 66 | 55 | 5 | 0 | 11 | 5F | 3C | 31 | 5B | 15 |
| Octal | 146 | 125 | 5 | 0 | 21 | 137 | 74 | 61 | 133 | 25 |
| Binary | 1100110 | 1010101 | 101 | 0 | 10001 | 1011111 | 111100 | 110001 | 1011011 | 10101 |
Color Harmonies of #665505
Complementary color
Monochromatic Colors of #665505
Black with #665505
Text Example
Text Example
White with #665505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665505; }
p { color: rgb(102,85,5); }
H1.HeaderClassName
{
color: #665505;
}
.AnyTagClassName
{
color: #665505;
}
</style>
background-color css
<style>
a { background-color: #665505; }
a { background-color: rgb(102,85,5); }
div.DivClassName
{
background-color: #665505;
}
.BgClassName
{
background-color: #665505;
}
</style>
border-color css
<style>
span { border-color: #665505; }
span { border-color: rgb(102,85,5); }
td.TdClassName
{
border-color: #665505;
}
.TagClassName
{
border-color: #665505;
}
</style>