Shades of Raw Umber #665A04
Tints of Raw Umber #665A04
RGB
CMYK
RGB Variations
Color information
#665A04 (or 0x665A04) is known color: Raw Umber. HEX triplet: 66, 5A and 04. RGB value is (102,90,4). Sum of RGB (Red+Green+Blue) = 102+90+4=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #665A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665A04 is #99A5FB. Grayscale: #545454. Windows color (decimal): -10069500 or 285286. OLE color: 285286.
HSL color Cylindrical-coordinate representation of color #665A04: hue angle of 52.65º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #665A04 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 90 | 4 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.6 |
| HSL | 52.65º | 0.92% | 0.21% | - |
| HSV(B) | 52.65º | 0.96% | 0.4% | - |
| XYZ | 9.16 | 10.15 | 1.59 | - |
| YUV | 83.78 | 82.98 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 4 | 0 | 0.12 | 0.96 | 0.6 | 52.65 | 0.92 | 0.21 |
| Hex | 66 | 5A | 4 | 0 | C | 60 | 3C | 35 | 5C | 15 |
| Octal | 146 | 132 | 4 | 0 | 14 | 140 | 74 | 65 | 134 | 25 |
| Binary | 1100110 | 1011010 | 100 | 0 | 1100 | 1100000 | 111100 | 110101 | 1011100 | 10101 |
Color Harmonies of #665A04
Complementary color
Monochromatic Colors of #665A04
Black with #665A04
Text Example
Text Example
White with #665A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A04; }
p { color: rgb(102,90,4); }
H1.HeaderClassName
{
color: #665A04;
}
.AnyTagClassName
{
color: #665A04;
}
</style>
background-color css
<style>
a { background-color: #665A04; }
a { background-color: rgb(102,90,4); }
div.DivClassName
{
background-color: #665A04;
}
.BgClassName
{
background-color: #665A04;
}
</style>
border-color css
<style>
span { border-color: #665A04; }
span { border-color: rgb(102,90,4); }
td.TdClassName
{
border-color: #665A04;
}
.TagClassName
{
border-color: #665A04;
}
</style>