Shades of Raw Umber #66530D
Tints of Raw Umber #66530D
RGB
CMYK
RGB Variations
Color information
#66530D (or 0x66530D) is known color: Raw Umber. HEX triplet: 66, 53 and 0D. RGB value is (102,83,13). Sum of RGB (Red+Green+Blue) = 102+83+13=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #66530D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66530D is #99ACF2. Grayscale: #515151. Windows color (decimal): -10071283 or 873318. OLE color: 873318.
HSL color Cylindrical-coordinate representation of color #66530D: hue angle of 47.19º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #66530D is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 83 | 13 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.6 |
| HSL | 47.19º | 0.77% | 0.23% | - |
| HSV(B) | 47.19º | 0.87% | 0.4% | - |
| XYZ | 8.65 | 9.04 | 1.67 | - |
| YUV | 80.7 | 89.79 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 13 | 0 | 0.19 | 0.87 | 0.6 | 47.19 | 0.77 | 0.23 |
| Hex | 66 | 53 | D | 0 | 13 | 57 | 3C | 2F | 4D | 17 |
| Octal | 146 | 123 | 15 | 0 | 23 | 127 | 74 | 57 | 115 | 27 |
| Binary | 1100110 | 1010011 | 1101 | 0 | 10011 | 1010111 | 111100 | 101111 | 1001101 | 10111 |
Color Harmonies of #66530D
Complementary color
Monochromatic Colors of #66530D
Black with #66530D
Text Example
Text Example
White with #66530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66530D; }
p { color: rgb(102,83,13); }
H1.HeaderClassName
{
color: #66530D;
}
.AnyTagClassName
{
color: #66530D;
}
</style>
background-color css
<style>
a { background-color: #66530D; }
a { background-color: rgb(102,83,13); }
div.DivClassName
{
background-color: #66530D;
}
.BgClassName
{
background-color: #66530D;
}
</style>
border-color css
<style>
span { border-color: #66530D; }
span { border-color: rgb(102,83,13); }
td.TdClassName
{
border-color: #66530D;
}
.TagClassName
{
border-color: #66530D;
}
</style>