Shades of Raw Umber #66530E
Tints of Raw Umber #66530E
RGB
CMYK
RGB Variations
Color information
#66530E (or 0x66530E) is known color: Raw Umber. HEX triplet: 66, 53 and 0E. RGB value is (102,83,14). Sum of RGB (Red+Green+Blue) = 102+83+14=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #66530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66530E is #99ACF1. Grayscale: #515151. Windows color (decimal): -10071282 or 938854. OLE color: 938854.
HSL color Cylindrical-coordinate representation of color #66530E: hue angle of 47.05º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66530E is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 83 | 14 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.6 |
| HSL | 47.05º | 0.76% | 0.23% | - |
| HSV(B) | 47.05º | 0.86% | 0.4% | - |
| XYZ | 8.65 | 9.04 | 1.7 | - |
| YUV | 80.82 | 90.29 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 14 | 0 | 0.19 | 0.86 | 0.6 | 47.05 | 0.76 | 0.23 |
| Hex | 66 | 53 | E | 0 | 13 | 56 | 3C | 2F | 4C | 17 |
| Octal | 146 | 123 | 16 | 0 | 23 | 126 | 74 | 57 | 114 | 27 |
| Binary | 1100110 | 1010011 | 1110 | 0 | 10011 | 1010110 | 111100 | 101111 | 1001100 | 10111 |
Color Harmonies of #66530E
Complementary color
Monochromatic Colors of #66530E
Black with #66530E
Text Example
Text Example
White with #66530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66530E; }
p { color: rgb(102,83,14); }
H1.HeaderClassName
{
color: #66530E;
}
.AnyTagClassName
{
color: #66530E;
}
</style>
background-color css
<style>
a { background-color: #66530E; }
a { background-color: rgb(102,83,14); }
div.DivClassName
{
background-color: #66530E;
}
.BgClassName
{
background-color: #66530E;
}
</style>
border-color css
<style>
span { border-color: #66530E; }
span { border-color: rgb(102,83,14); }
td.TdClassName
{
border-color: #66530E;
}
.TagClassName
{
border-color: #66530E;
}
</style>