Shades of Raw Umber #665407
Tints of Raw Umber #665407
RGB
CMYK
RGB Variations
Color information
#665407 (or 0x665407) is known color: Raw Umber. HEX triplet: 66, 54 and 07. RGB value is (102,84,7). Sum of RGB (Red+Green+Blue) = 102+84+7=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 7 (3.12% from 255 or 3.63% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #665407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665407 is #99ABF8. Grayscale: #505050. Windows color (decimal): -10071033 or 480358. OLE color: 480358.
HSL color Cylindrical-coordinate representation of color #665407: hue angle of 48.63º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #665407 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 84 | 7 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.6 |
| HSL | 48.63º | 0.87% | 0.21% | - |
| HSV(B) | 48.63º | 0.93% | 0.4% | - |
| XYZ | 8.69 | 9.18 | 1.52 | - |
| YUV | 80.6 | 86.46 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 84 | 7 | 0 | 0.18 | 0.93 | 0.6 | 48.63 | 0.87 | 0.21 |
| Hex | 66 | 54 | 7 | 0 | 12 | 5D | 3C | 31 | 57 | 15 |
| Octal | 146 | 124 | 7 | 0 | 22 | 135 | 74 | 61 | 127 | 25 |
| Binary | 1100110 | 1010100 | 111 | 0 | 10010 | 1011101 | 111100 | 110001 | 1010111 | 10101 |
Color Harmonies of #665407
Complementary color
Monochromatic Colors of #665407
Black with #665407
Text Example
Text Example
White with #665407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665407; }
p { color: rgb(102,84,7); }
H1.HeaderClassName
{
color: #665407;
}
.AnyTagClassName
{
color: #665407;
}
</style>
background-color css
<style>
a { background-color: #665407; }
a { background-color: rgb(102,84,7); }
div.DivClassName
{
background-color: #665407;
}
.BgClassName
{
background-color: #665407;
}
</style>
border-color css
<style>
span { border-color: #665407; }
span { border-color: rgb(102,84,7); }
td.TdClassName
{
border-color: #665407;
}
.TagClassName
{
border-color: #665407;
}
</style>