Shades of Raw Umber #663E08
Tints of Raw Umber #663E08
RGB
CMYK
RGB Variations
Color information
#663E08 (or 0x663E08) is known color: Raw Umber. HEX triplet: 66, 3E and 08. RGB value is (102,62,8). Sum of RGB (Red+Green+Blue) = 102+62+8=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #663E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663E08 is #99C1F7. Grayscale: #444444. Windows color (decimal): -10076664 or 540262. OLE color: 540262.
HSL color Cylindrical-coordinate representation of color #663E08: hue angle of 34.47º 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 #663E08 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 62 | 8 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.6 |
| HSL | 34.47º | 0.85% | 0.22% | - |
| HSV(B) | 34.47º | 0.92% | 0.4% | - |
| XYZ | 7.25 | 6.29 | 1.06 | - |
| YUV | 67.8 | 94.25 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 8 | 0 | 0.39 | 0.92 | 0.6 | 34.47 | 0.85 | 0.22 |
| Hex | 66 | 3E | 8 | 0 | 27 | 5C | 3C | 22 | 55 | 16 |
| Octal | 146 | 76 | 10 | 0 | 47 | 134 | 74 | 42 | 125 | 26 |
| Binary | 1100110 | 111110 | 1000 | 0 | 100111 | 1011100 | 111100 | 100010 | 1010101 | 10110 |
Color Harmonies of #663E08
Complementary color
Monochromatic Colors of #663E08
Black with #663E08
Text Example
Text Example
White with #663E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663E08; }
p { color: rgb(102,62,8); }
H1.HeaderClassName
{
color: #663E08;
}
.AnyTagClassName
{
color: #663E08;
}
</style>
background-color css
<style>
a { background-color: #663E08; }
a { background-color: rgb(102,62,8); }
div.DivClassName
{
background-color: #663E08;
}
.BgClassName
{
background-color: #663E08;
}
</style>
border-color css
<style>
span { border-color: #663E08; }
span { border-color: rgb(102,62,8); }
td.TdClassName
{
border-color: #663E08;
}
.TagClassName
{
border-color: #663E08;
}
</style>