Shades of Raw Umber #665313
Tints of Raw Umber #665313
RGB
CMYK
RGB Variations
Color information
#665313 (or 0x665313) is known color: Raw Umber. HEX triplet: 66, 53 and 13. RGB value is (102,83,19). Sum of RGB (Red+Green+Blue) = 102+83+19=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #665313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665313 is #99ACEC. Grayscale: #515151. Windows color (decimal): -10071277 or 1266534. OLE color: 1266534.
HSL color Cylindrical-coordinate representation of color #665313: hue angle of 46.27º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #665313 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 83 | 19 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.6 |
| HSL | 46.27º | 0.69% | 0.24% | - |
| HSV(B) | 46.27º | 0.81% | 0.4% | - |
| XYZ | 8.69 | 9.06 | 1.91 | - |
| YUV | 81.39 | 92.79 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 19 | 0 | 0.19 | 0.81 | 0.6 | 46.27 | 0.69 | 0.24 |
| Hex | 66 | 53 | 13 | 0 | 13 | 51 | 3C | 2E | 45 | 18 |
| Octal | 146 | 123 | 23 | 0 | 23 | 121 | 74 | 56 | 105 | 30 |
| Binary | 1100110 | 1010011 | 10011 | 0 | 10011 | 1010001 | 111100 | 101110 | 1000101 | 11000 |
Color Harmonies of #665313
Complementary color
Monochromatic Colors of #665313
Black with #665313
Text Example
Text Example
White with #665313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665313; }
p { color: rgb(102,83,19); }
H1.HeaderClassName
{
color: #665313;
}
.AnyTagClassName
{
color: #665313;
}
</style>
background-color css
<style>
a { background-color: #665313; }
a { background-color: rgb(102,83,19); }
div.DivClassName
{
background-color: #665313;
}
.BgClassName
{
background-color: #665313;
}
</style>
border-color css
<style>
span { border-color: #665313; }
span { border-color: rgb(102,83,19); }
td.TdClassName
{
border-color: #665313;
}
.TagClassName
{
border-color: #665313;
}
</style>