Shades of Raw Umber #66570F
Tints of Raw Umber #66570F
RGB
CMYK
RGB Variations
Color information
#66570F (or 0x66570F) is known color: Raw Umber. HEX triplet: 66, 57 and 0F. RGB value is (102,87,15). Sum of RGB (Red+Green+Blue) = 102+87+15=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #66570F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66570F is #99A8F0. Grayscale: #535353. Windows color (decimal): -10070257 or 1005414. OLE color: 1005414.
HSL color Cylindrical-coordinate representation of color #66570F: hue angle of 49.66º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66570F is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 87 | 15 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.6 |
| HSL | 49.66º | 0.74% | 0.23% | - |
| HSV(B) | 49.66º | 0.85% | 0.4% | - |
| XYZ | 8.97 | 9.68 | 1.85 | - |
| YUV | 83.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 87 | 15 | 0 | 0.15 | 0.85 | 0.6 | 49.66 | 0.74 | 0.23 |
| Hex | 66 | 57 | F | 0 | F | 55 | 3C | 32 | 4A | 17 |
| Octal | 146 | 127 | 17 | 0 | 17 | 125 | 74 | 62 | 112 | 27 |
| Binary | 1100110 | 1010111 | 1111 | 0 | 1111 | 1010101 | 111100 | 110010 | 1001010 | 10111 |
Color Harmonies of #66570F
Complementary color
Monochromatic Colors of #66570F
Black with #66570F
Text Example
Text Example
White with #66570F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66570F; }
p { color: rgb(102,87,15); }
H1.HeaderClassName
{
color: #66570F;
}
.AnyTagClassName
{
color: #66570F;
}
</style>
background-color css
<style>
a { background-color: #66570F; }
a { background-color: rgb(102,87,15); }
div.DivClassName
{
background-color: #66570F;
}
.BgClassName
{
background-color: #66570F;
}
</style>
border-color css
<style>
span { border-color: #66570F; }
span { border-color: rgb(102,87,15); }
td.TdClassName
{
border-color: #66570F;
}
.TagClassName
{
border-color: #66570F;
}
</style>