Shades of Raw Umber #665B01
Tints of Raw Umber #665B01
RGB
CMYK
RGB Variations
Color information
#665B01 (or 0x665B01) is known color: Raw Umber. HEX triplet: 66, 5B and 01. RGB value is (102,91,1). Sum of RGB (Red+Green+Blue) = 102+91+1=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 91 (35.94% from 255 or 46.91% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #665B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665B01 is #99A4FE. Grayscale: #545454. Windows color (decimal): -10069247 or 88934. OLE color: 88934.
HSL color Cylindrical-coordinate representation of color #665B01: hue angle of 53.47º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #665B01 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 1 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.6 |
| HSL | 53.47º | 0.98% | 0.2% | - |
| HSV(B) | 53.47º | 0.99% | 0.4% | - |
| XYZ | 9.23 | 10.31 | 1.53 | - |
| YUV | 84.03 | 81.14 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 1 | 0 | 0.11 | 0.99 | 0.6 | 53.47 | 0.98 | 0.2 |
| Hex | 66 | 5B | 1 | 0 | B | 63 | 3C | 35 | 62 | 14 |
| Octal | 146 | 133 | 1 | 0 | 13 | 143 | 74 | 65 | 142 | 24 |
| Binary | 1100110 | 1011011 | 1 | 0 | 1011 | 1100011 | 111100 | 110101 | 1100010 | 10100 |
Color Harmonies of #665B01
Complementary color
Monochromatic Colors of #665B01
Black with #665B01
Text Example
Text Example
White with #665B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B01; }
p { color: rgb(102,91,1); }
H1.HeaderClassName
{
color: #665B01;
}
.AnyTagClassName
{
color: #665B01;
}
</style>
background-color css
<style>
a { background-color: #665B01; }
a { background-color: rgb(102,91,1); }
div.DivClassName
{
background-color: #665B01;
}
.BgClassName
{
background-color: #665B01;
}
</style>
border-color css
<style>
span { border-color: #665B01; }
span { border-color: rgb(102,91,1); }
td.TdClassName
{
border-color: #665B01;
}
.TagClassName
{
border-color: #665B01;
}
</style>