Shades of Raw Umber #665B00
Tints of Raw Umber #665B00
RGB
CMYK
RGB Variations
Color information
#665B00 (or 0x665B00) is known color: Raw Umber. HEX triplet: 66, 5B and 00. RGB value is (102,91,0). Sum of RGB (Red+Green+Blue) = 102+91+0=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 91 (35.94% from 255 or 47.15% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #665B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665B00 is #99A4FF. Grayscale: #545454. Windows color (decimal): -10069248 or 23398. OLE color: 23398.
HSL color Cylindrical-coordinate representation of color #665B00: hue angle of 53.53º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #665B00 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.6 |
| HSL | 53.53º | 1% | 0.2% | - |
| HSV(B) | 53.53º | 1% | 0.4% | - |
| XYZ | 9.22 | 10.31 | 1.5 | - |
| YUV | 83.92 | 80.64 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 0 | 0 | 0.11 | 1 | 0.6 | 53.53 | 1 | 0.2 |
| Hex | 66 | 5B | 0 | 0 | B | 64 | 3C | 36 | 64 | 14 |
| Octal | 146 | 133 | 0 | 0 | 13 | 144 | 74 | 66 | 144 | 24 |
| Binary | 1100110 | 1011011 | 0 | 0 | 1011 | 1100100 | 111100 | 110110 | 1100100 | 10100 |
Color Harmonies of #665B00
Complementary color
Monochromatic Colors of #665B00
Black with #665B00
Text Example
Text Example
White with #665B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B00; }
p { color: rgb(102,91,0); }
H1.HeaderClassName
{
color: #665B00;
}
.AnyTagClassName
{
color: #665B00;
}
</style>
background-color css
<style>
a { background-color: #665B00; }
a { background-color: rgb(102,91,0); }
div.DivClassName
{
background-color: #665B00;
}
.BgClassName
{
background-color: #665B00;
}
</style>
border-color css
<style>
span { border-color: #665B00; }
span { border-color: rgb(102,91,0); }
td.TdClassName
{
border-color: #665B00;
}
.TagClassName
{
border-color: #665B00;
}
</style>