Shades of Raw Umber #665D02
Tints of Raw Umber #665D02
RGB
CMYK
RGB Variations
Color information
#665D02 (or 0x665D02) is known color: Raw Umber. HEX triplet: 66, 5D and 02. RGB value is (102,93,2). Sum of RGB (Red+Green+Blue) = 102+93+2=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #665D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665D02 is #99A2FD. Grayscale: #555555. Windows color (decimal): -10068734 or 154982. OLE color: 154982.
HSL color Cylindrical-coordinate representation of color #665D02: hue angle of 54.6º 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 #665D02 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 93 | 2 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.6 |
| HSL | 54.6º | 0.96% | 0.2% | - |
| HSV(B) | 54.6º | 0.98% | 0.4% | - |
| XYZ | 9.4 | 10.66 | 1.62 | - |
| YUV | 85.32 | 80.98 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 2 | 0 | 0.09 | 0.98 | 0.6 | 54.6 | 0.96 | 0.2 |
| Hex | 66 | 5D | 2 | 0 | 9 | 62 | 3C | 37 | 60 | 14 |
| Octal | 146 | 135 | 2 | 0 | 11 | 142 | 74 | 67 | 140 | 24 |
| Binary | 1100110 | 1011101 | 10 | 0 | 1001 | 1100010 | 111100 | 110111 | 1100000 | 10100 |
Color Harmonies of #665D02
Complementary color
Monochromatic Colors of #665D02
Black with #665D02
Text Example
Text Example
White with #665D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D02; }
p { color: rgb(102,93,2); }
H1.HeaderClassName
{
color: #665D02;
}
.AnyTagClassName
{
color: #665D02;
}
</style>
background-color css
<style>
a { background-color: #665D02; }
a { background-color: rgb(102,93,2); }
div.DivClassName
{
background-color: #665D02;
}
.BgClassName
{
background-color: #665D02;
}
</style>
border-color css
<style>
span { border-color: #665D02; }
span { border-color: rgb(102,93,2); }
td.TdClassName
{
border-color: #665D02;
}
.TagClassName
{
border-color: #665D02;
}
</style>