Shades of Raw Umber #665100
Tints of Raw Umber #665100
RGB
CMYK
RGB Variations
Color information
#665100 (or 0x665100) is known color: Raw Umber. HEX triplet: 66, 51 and 00. RGB value is (102,81,0). Sum of RGB (Red+Green+Blue) = 102+81+0=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #665100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665100 is #99AEFF. Grayscale: #4E4E4E. Windows color (decimal): -10071808 or 20838. OLE color: 20838.
HSL color Cylindrical-coordinate representation of color #665100: hue angle of 47.65º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #665100 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 81 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.6 |
| HSL | 47.65º | 1% | 0.2% | - |
| HSV(B) | 47.65º | 1% | 0.4% | - |
| XYZ | 8.42 | 8.71 | 1.24 | - |
| YUV | 78.05 | 83.96 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 0 | 0 | 0.21 | 1 | 0.6 | 47.65 | 1 | 0.2 |
| Hex | 66 | 51 | 0 | 0 | 15 | 64 | 3C | 30 | 64 | 14 |
| Octal | 146 | 121 | 0 | 0 | 25 | 144 | 74 | 60 | 144 | 24 |
| Binary | 1100110 | 1010001 | 0 | 0 | 10101 | 1100100 | 111100 | 110000 | 1100100 | 10100 |
Color Harmonies of #665100
Complementary color
Monochromatic Colors of #665100
Black with #665100
Text Example
Text Example
White with #665100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665100; }
p { color: rgb(102,81,0); }
H1.HeaderClassName
{
color: #665100;
}
.AnyTagClassName
{
color: #665100;
}
</style>
background-color css
<style>
a { background-color: #665100; }
a { background-color: rgb(102,81,0); }
div.DivClassName
{
background-color: #665100;
}
.BgClassName
{
background-color: #665100;
}
</style>
border-color css
<style>
span { border-color: #665100; }
span { border-color: rgb(102,81,0); }
td.TdClassName
{
border-color: #665100;
}
.TagClassName
{
border-color: #665100;
}
</style>