Shades of Raw Umber #665302
Tints of Raw Umber #665302
RGB
CMYK
RGB Variations
Color information
#665302 (or 0x665302) is known color: Raw Umber. HEX triplet: 66, 53 and 02. RGB value is (102,83,2). Sum of RGB (Red+Green+Blue) = 102+83+2=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #665302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665302 is #99ACFD. Grayscale: #4F4F4F. Windows color (decimal): -10071294 or 152422. OLE color: 152422.
HSL color Cylindrical-coordinate representation of color #665302: hue angle of 48.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 #665302 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 83 | 2 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.6 |
| HSL | 48.6º | 0.96% | 0.2% | - |
| HSV(B) | 48.6º | 0.98% | 0.4% | - |
| XYZ | 8.58 | 9.02 | 1.35 | - |
| YUV | 79.45 | 84.29 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 2 | 0 | 0.19 | 0.98 | 0.6 | 48.6 | 0.96 | 0.2 |
| Hex | 66 | 53 | 2 | 0 | 13 | 62 | 3C | 31 | 60 | 14 |
| Octal | 146 | 123 | 2 | 0 | 23 | 142 | 74 | 61 | 140 | 24 |
| Binary | 1100110 | 1010011 | 10 | 0 | 10011 | 1100010 | 111100 | 110001 | 1100000 | 10100 |
Color Harmonies of #665302
Complementary color
Monochromatic Colors of #665302
Black with #665302
Text Example
Text Example
White with #665302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665302; }
p { color: rgb(102,83,2); }
H1.HeaderClassName
{
color: #665302;
}
.AnyTagClassName
{
color: #665302;
}
</style>
background-color css
<style>
a { background-color: #665302; }
a { background-color: rgb(102,83,2); }
div.DivClassName
{
background-color: #665302;
}
.BgClassName
{
background-color: #665302;
}
</style>
border-color css
<style>
span { border-color: #665302; }
span { border-color: rgb(102,83,2); }
td.TdClassName
{
border-color: #665302;
}
.TagClassName
{
border-color: #665302;
}
</style>