Shades of Raw Umber #665B03
Tints of Raw Umber #665B03
RGB
CMYK
RGB Variations
Color information
#665B03 (or 0x665B03) is known color: Raw Umber. HEX triplet: 66, 5B and 03. RGB value is (102,91,3). Sum of RGB (Red+Green+Blue) = 102+91+3=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 91 (35.94% from 255 or 46.43% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #665B03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665B03 is #99A4FC. Grayscale: #545454. Windows color (decimal): -10069245 or 220006. OLE color: 220006.
HSL color Cylindrical-coordinate representation of color #665B03: hue angle of 53.33º 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 #665B03 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 3 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.6 |
| HSL | 53.33º | 0.94% | 0.21% | - |
| HSV(B) | 53.33º | 0.97% | 0.4% | - |
| XYZ | 9.24 | 10.31 | 1.59 | - |
| YUV | 84.26 | 82.14 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 3 | 0 | 0.11 | 0.97 | 0.6 | 53.33 | 0.94 | 0.21 |
| Hex | 66 | 5B | 3 | 0 | B | 61 | 3C | 35 | 5E | 15 |
| Octal | 146 | 133 | 3 | 0 | 13 | 141 | 74 | 65 | 136 | 25 |
| Binary | 1100110 | 1011011 | 11 | 0 | 1011 | 1100001 | 111100 | 110101 | 1011110 | 10101 |
Color Harmonies of #665B03
Complementary color
Monochromatic Colors of #665B03
Black with #665B03
Text Example
Text Example
White with #665B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B03; }
p { color: rgb(102,91,3); }
H1.HeaderClassName
{
color: #665B03;
}
.AnyTagClassName
{
color: #665B03;
}
</style>
background-color css
<style>
a { background-color: #665B03; }
a { background-color: rgb(102,91,3); }
div.DivClassName
{
background-color: #665B03;
}
.BgClassName
{
background-color: #665B03;
}
</style>
border-color css
<style>
span { border-color: #665B03; }
span { border-color: rgb(102,91,3); }
td.TdClassName
{
border-color: #665B03;
}
.TagClassName
{
border-color: #665B03;
}
</style>