Shades of Raw Umber #665B06
Tints of Raw Umber #665B06
RGB
CMYK
RGB Variations
Color information
#665B06 (or 0x665B06) is known color: Raw Umber. HEX triplet: 66, 5B and 06. RGB value is (102,91,6). Sum of RGB (Red+Green+Blue) = 102+91+6=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 91 (35.94% from 255 or 45.73% from 199); Blue value is 6 (2.73% from 255 or 3.02% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #665B06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665B06 is #99A4F9. Grayscale: #545454. Windows color (decimal): -10069242 or 416614. OLE color: 416614.
HSL color Cylindrical-coordinate representation of color #665B06: hue angle of 53.12º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #665B06 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 6 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.6 |
| HSL | 53.13º | 0.89% | 0.21% | - |
| HSV(B) | 53.13º | 0.94% | 0.4% | - |
| XYZ | 9.25 | 10.32 | 1.68 | - |
| YUV | 84.6 | 83.64 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 6 | 0 | 0.11 | 0.94 | 0.6 | 53.13 | 0.89 | 0.21 |
| Hex | 66 | 5B | 6 | 0 | B | 5E | 3C | 35 | 59 | 15 |
| Octal | 146 | 133 | 6 | 0 | 13 | 136 | 74 | 65 | 131 | 25 |
| Binary | 1100110 | 1011011 | 110 | 0 | 1011 | 1011110 | 111100 | 110101 | 1011001 | 10101 |
Color Harmonies of #665B06
Complementary color
Monochromatic Colors of #665B06
Black with #665B06
Text Example
Text Example
White with #665B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B06; }
p { color: rgb(102,91,6); }
H1.HeaderClassName
{
color: #665B06;
}
.AnyTagClassName
{
color: #665B06;
}
</style>
background-color css
<style>
a { background-color: #665B06; }
a { background-color: rgb(102,91,6); }
div.DivClassName
{
background-color: #665B06;
}
.BgClassName
{
background-color: #665B06;
}
</style>
border-color css
<style>
span { border-color: #665B06; }
span { border-color: rgb(102,91,6); }
td.TdClassName
{
border-color: #665B06;
}
.TagClassName
{
border-color: #665B06;
}
</style>