Shades of Raw Umber #665C03
Tints of Raw Umber #665C03
RGB
CMYK
RGB Variations
Color information
#665C03 (or 0x665C03) is known color: Raw Umber. HEX triplet: 66, 5C and 03. RGB value is (102,92,3). Sum of RGB (Red+Green+Blue) = 102+92+3=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 92 (36.33% from 255 or 46.70% from 197); Blue value is 3 (1.56% from 255 or 1.52% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #665C03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665C03 is #99A3FC. Grayscale: #555555. Windows color (decimal): -10068989 or 220262. OLE color: 220262.
HSL color Cylindrical-coordinate representation of color #665C03: hue angle of 53.94º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #665C03 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 3 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.6 |
| HSL | 53.94º | 0.94% | 0.21% | - |
| HSV(B) | 53.94º | 0.97% | 0.4% | - |
| XYZ | 9.32 | 10.49 | 1.62 | - |
| YUV | 84.84 | 81.81 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 3 | 0 | 0.10 | 0.97 | 0.6 | 53.94 | 0.94 | 0.21 |
| Hex | 66 | 5C | 3 | 0 | A | 61 | 3C | 36 | 5E | 15 |
| Octal | 146 | 134 | 3 | 0 | 12 | 141 | 74 | 66 | 136 | 25 |
| Binary | 1100110 | 1011100 | 11 | 0 | 1010 | 1100001 | 111100 | 110110 | 1011110 | 10101 |
Color Harmonies of #665C03
Complementary color
Monochromatic Colors of #665C03
Black with #665C03
Text Example
Text Example
White with #665C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C03; }
p { color: rgb(102,92,3); }
H1.HeaderClassName
{
color: #665C03;
}
.AnyTagClassName
{
color: #665C03;
}
</style>
background-color css
<style>
a { background-color: #665C03; }
a { background-color: rgb(102,92,3); }
div.DivClassName
{
background-color: #665C03;
}
.BgClassName
{
background-color: #665C03;
}
</style>
border-color css
<style>
span { border-color: #665C03; }
span { border-color: rgb(102,92,3); }
td.TdClassName
{
border-color: #665C03;
}
.TagClassName
{
border-color: #665C03;
}
</style>