Shades of Raw Umber #665208
Tints of Raw Umber #665208
RGB
CMYK
RGB Variations
Color information
#665208 (or 0x665208) is known color: Raw Umber. HEX triplet: 66, 52 and 08. RGB value is (102,82,8). Sum of RGB (Red+Green+Blue) = 102+82+8=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #665208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665208 is #99ADF7. Grayscale: #4F4F4F. Windows color (decimal): -10071544 or 545382. OLE color: 545382.
HSL color Cylindrical-coordinate representation of color #665208: hue angle of 47.23º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #665208 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 82 | 8 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.6 |
| HSL | 47.23º | 0.85% | 0.22% | - |
| HSV(B) | 47.23º | 0.92% | 0.4% | - |
| XYZ | 8.54 | 8.88 | 1.49 | - |
| YUV | 79.54 | 87.63 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 8 | 0 | 0.20 | 0.92 | 0.6 | 47.23 | 0.85 | 0.22 |
| Hex | 66 | 52 | 8 | 0 | 14 | 5C | 3C | 2F | 55 | 16 |
| Octal | 146 | 122 | 10 | 0 | 24 | 134 | 74 | 57 | 125 | 26 |
| Binary | 1100110 | 1010010 | 1000 | 0 | 10100 | 1011100 | 111100 | 101111 | 1010101 | 10110 |
Color Harmonies of #665208
Complementary color
Monochromatic Colors of #665208
Black with #665208
Text Example
Text Example
White with #665208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665208; }
p { color: rgb(102,82,8); }
H1.HeaderClassName
{
color: #665208;
}
.AnyTagClassName
{
color: #665208;
}
</style>
background-color css
<style>
a { background-color: #665208; }
a { background-color: rgb(102,82,8); }
div.DivClassName
{
background-color: #665208;
}
.BgClassName
{
background-color: #665208;
}
</style>
border-color css
<style>
span { border-color: #665208; }
span { border-color: rgb(102,82,8); }
td.TdClassName
{
border-color: #665208;
}
.TagClassName
{
border-color: #665208;
}
</style>