Shades of Raw Umber #665A08
Tints of Raw Umber #665A08
RGB
CMYK
RGB Variations
Color information
#665A08 (or 0x665A08) is known color: Raw Umber. HEX triplet: 66, 5A and 08. RGB value is (102,90,8). Sum of RGB (Red+Green+Blue) = 102+90+8=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #665A08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665A08 is #99A5F7. Grayscale: #545454. Windows color (decimal): -10069496 or 547430. OLE color: 547430.
HSL color Cylindrical-coordinate representation of color #665A08: hue angle of 52.34º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #665A08 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 90 | 8 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.6 |
| HSL | 52.34º | 0.85% | 0.22% | - |
| HSV(B) | 52.34º | 0.92% | 0.4% | - |
| XYZ | 9.18 | 10.15 | 1.71 | - |
| YUV | 84.24 | 84.98 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 8 | 0 | 0.12 | 0.92 | 0.6 | 52.34 | 0.85 | 0.22 |
| Hex | 66 | 5A | 8 | 0 | C | 5C | 3C | 34 | 55 | 16 |
| Octal | 146 | 132 | 10 | 0 | 14 | 134 | 74 | 64 | 125 | 26 |
| Binary | 1100110 | 1011010 | 1000 | 0 | 1100 | 1011100 | 111100 | 110100 | 1010101 | 10110 |
Color Harmonies of #665A08
Complementary color
Monochromatic Colors of #665A08
Black with #665A08
Text Example
Text Example
White with #665A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A08; }
p { color: rgb(102,90,8); }
H1.HeaderClassName
{
color: #665A08;
}
.AnyTagClassName
{
color: #665A08;
}
</style>
background-color css
<style>
a { background-color: #665A08; }
a { background-color: rgb(102,90,8); }
div.DivClassName
{
background-color: #665A08;
}
.BgClassName
{
background-color: #665A08;
}
</style>
border-color css
<style>
span { border-color: #665A08; }
span { border-color: rgb(102,90,8); }
td.TdClassName
{
border-color: #665A08;
}
.TagClassName
{
border-color: #665A08;
}
</style>