Shades of Raw Umber #665314
Tints of Raw Umber #665314
RGB
CMYK
RGB Variations
Color information
#665314 (or 0x665314) is known color: Raw Umber. HEX triplet: 66, 53 and 14. RGB value is (102,83,20). Sum of RGB (Red+Green+Blue) = 102+83+20=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #665314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665314 is #99ACEB. Grayscale: #515151. Windows color (decimal): -10071276 or 1332070. OLE color: 1332070.
HSL color Cylindrical-coordinate representation of color #665314: hue angle of 46.1º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #665314 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 83 | 20 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.6 |
| HSL | 46.1º | 0.67% | 0.24% | - |
| HSV(B) | 46.1º | 0.8% | 0.4% | - |
| XYZ | 8.7 | 9.06 | 1.95 | - |
| YUV | 81.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 20 | 0 | 0.19 | 0.80 | 0.6 | 46.1 | 0.67 | 0.24 |
| Hex | 66 | 53 | 14 | 0 | 13 | 50 | 3C | 2E | 43 | 18 |
| Octal | 146 | 123 | 24 | 0 | 23 | 120 | 74 | 56 | 103 | 30 |
| Binary | 1100110 | 1010011 | 10100 | 0 | 10011 | 1010000 | 111100 | 101110 | 1000011 | 11000 |
Color Harmonies of #665314
Complementary color
Monochromatic Colors of #665314
Black with #665314
Text Example
Text Example
White with #665314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665314; }
p { color: rgb(102,83,20); }
H1.HeaderClassName
{
color: #665314;
}
.AnyTagClassName
{
color: #665314;
}
</style>
background-color css
<style>
a { background-color: #665314; }
a { background-color: rgb(102,83,20); }
div.DivClassName
{
background-color: #665314;
}
.BgClassName
{
background-color: #665314;
}
</style>
border-color css
<style>
span { border-color: #665314; }
span { border-color: rgb(102,83,20); }
td.TdClassName
{
border-color: #665314;
}
.TagClassName
{
border-color: #665314;
}
</style>