Shades of Raw Umber #665400
Tints of Raw Umber #665400
RGB
CMYK
RGB Variations
Color information
#665400 (or 0x665400) is known color: Raw Umber. HEX triplet: 66, 54 and 00. RGB value is (102,84,0). Sum of RGB (Red+Green+Blue) = 102+84+0=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #665400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665400 is #99ABFF. Grayscale: #505050. Windows color (decimal): -10071040 or 21606. OLE color: 21606.
HSL color Cylindrical-coordinate representation of color #665400: hue angle of 49.41º 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 #665400 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 84 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.6 |
| HSL | 49.41º | 1% | 0.2% | - |
| HSV(B) | 49.41º | 1% | 0.4% | - |
| XYZ | 8.65 | 9.17 | 1.31 | - |
| YUV | 79.81 | 82.96 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 84 | 0 | 0 | 0.18 | 1 | 0.6 | 49.41 | 1 | 0.2 |
| Hex | 66 | 54 | 0 | 0 | 12 | 64 | 3C | 31 | 64 | 14 |
| Octal | 146 | 124 | 0 | 0 | 22 | 144 | 74 | 61 | 144 | 24 |
| Binary | 1100110 | 1010100 | 0 | 0 | 10010 | 1100100 | 111100 | 110001 | 1100100 | 10100 |
Color Harmonies of #665400
Complementary color
Monochromatic Colors of #665400
Black with #665400
Text Example
Text Example
White with #665400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665400; }
p { color: rgb(102,84,0); }
H1.HeaderClassName
{
color: #665400;
}
.AnyTagClassName
{
color: #665400;
}
</style>
background-color css
<style>
a { background-color: #665400; }
a { background-color: rgb(102,84,0); }
div.DivClassName
{
background-color: #665400;
}
.BgClassName
{
background-color: #665400;
}
</style>
border-color css
<style>
span { border-color: #665400; }
span { border-color: rgb(102,84,0); }
td.TdClassName
{
border-color: #665400;
}
.TagClassName
{
border-color: #665400;
}
</style>