Shades of Raw Umber #665300
Tints of Raw Umber #665300
RGB
CMYK
RGB Variations
Color information
#665300 (or 0x665300) is known color: Raw Umber. HEX triplet: 66, 53 and 00. RGB value is (102,83,0). Sum of RGB (Red+Green+Blue) = 102+83+0=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #665300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665300 is #99ACFF. Grayscale: #4F4F4F. Windows color (decimal): -10071296 or 21350. OLE color: 21350.
HSL color Cylindrical-coordinate representation of color #665300: hue angle of 48.82º 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 #665300 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 83 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.6 |
| HSL | 48.82º | 1% | 0.2% | - |
| HSV(B) | 48.82º | 1% | 0.4% | - |
| XYZ | 8.57 | 9.01 | 1.29 | - |
| YUV | 79.22 | 83.29 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 0 | 0 | 0.19 | 1 | 0.6 | 48.82 | 1 | 0.2 |
| Hex | 66 | 53 | 0 | 0 | 13 | 64 | 3C | 31 | 64 | 14 |
| Octal | 146 | 123 | 0 | 0 | 23 | 144 | 74 | 61 | 144 | 24 |
| Binary | 1100110 | 1010011 | 0 | 0 | 10011 | 1100100 | 111100 | 110001 | 1100100 | 10100 |
Color Harmonies of #665300
Complementary color
Monochromatic Colors of #665300
Black with #665300
Text Example
Text Example
White with #665300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665300; }
p { color: rgb(102,83,0); }
H1.HeaderClassName
{
color: #665300;
}
.AnyTagClassName
{
color: #665300;
}
</style>
background-color css
<style>
a { background-color: #665300; }
a { background-color: rgb(102,83,0); }
div.DivClassName
{
background-color: #665300;
}
.BgClassName
{
background-color: #665300;
}
</style>
border-color css
<style>
span { border-color: #665300; }
span { border-color: rgb(102,83,0); }
td.TdClassName
{
border-color: #665300;
}
.TagClassName
{
border-color: #665300;
}
</style>