Shades of Raw Umber #665B02
Tints of Raw Umber #665B02
RGB
CMYK
RGB Variations
Color information
#665B02 (or 0x665B02) is known color: Raw Umber. HEX triplet: 66, 5B and 02. RGB value is (102,91,2). Sum of RGB (Red+Green+Blue) = 102+91+2=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 91 (35.94% from 255 or 46.67% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #665B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665B02 is #99A4FD. Grayscale: #545454. Windows color (decimal): -10069246 or 154470. OLE color: 154470.
HSL color Cylindrical-coordinate representation of color #665B02: hue angle of 53.4º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #665B02 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 2 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.6 |
| HSL | 53.4º | 0.96% | 0.2% | - |
| HSV(B) | 53.4º | 0.98% | 0.4% | - |
| XYZ | 9.23 | 10.31 | 1.56 | - |
| YUV | 84.14 | 81.64 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 2 | 0 | 0.11 | 0.98 | 0.6 | 53.4 | 0.96 | 0.2 |
| Hex | 66 | 5B | 2 | 0 | B | 62 | 3C | 35 | 60 | 14 |
| Octal | 146 | 133 | 2 | 0 | 13 | 142 | 74 | 65 | 140 | 24 |
| Binary | 1100110 | 1011011 | 10 | 0 | 1011 | 1100010 | 111100 | 110101 | 1100000 | 10100 |
Color Harmonies of #665B02
Complementary color
Monochromatic Colors of #665B02
Black with #665B02
Text Example
Text Example
White with #665B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B02; }
p { color: rgb(102,91,2); }
H1.HeaderClassName
{
color: #665B02;
}
.AnyTagClassName
{
color: #665B02;
}
</style>
background-color css
<style>
a { background-color: #665B02; }
a { background-color: rgb(102,91,2); }
div.DivClassName
{
background-color: #665B02;
}
.BgClassName
{
background-color: #665B02;
}
</style>
border-color css
<style>
span { border-color: #665B02; }
span { border-color: rgb(102,91,2); }
td.TdClassName
{
border-color: #665B02;
}
.TagClassName
{
border-color: #665B02;
}
</style>