Shades of Dark Brown #663F19
Tints of Dark Brown #663F19
RGB
CMYK
RGB Variations
Color information
#663F19 (or 0x663F19) is known color: Dark Brown. HEX triplet: 66, 3F and 19. RGB value is (102,63,25). Sum of RGB (Red+Green+Blue) = 102+63+25=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #663F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663F19 is #99C0E6. Grayscale: #464646. Windows color (decimal): -10076391 or 1654630. OLE color: 1654630.
HSL color Cylindrical-coordinate representation of color #663F19: hue angle of 29.61º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #663F19 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 25 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.6 |
| HSL | 29.61º | 0.61% | 0.25% | - |
| HSV(B) | 29.61º | 0.75% | 0.4% | - |
| XYZ | 7.43 | 6.45 | 1.77 | - |
| YUV | 70.33 | 102.42 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 25 | 0 | 0.38 | 0.75 | 0.6 | 29.61 | 0.61 | 0.25 |
| Hex | 66 | 3F | 19 | 0 | 26 | 4B | 3C | 1E | 3D | 19 |
| Octal | 146 | 77 | 31 | 0 | 46 | 113 | 74 | 36 | 75 | 31 |
| Binary | 1100110 | 111111 | 11001 | 0 | 100110 | 1001011 | 111100 | 11110 | 111101 | 11001 |
Color Harmonies of #663F19
Complementary color
Monochromatic Colors of #663F19
Black with #663F19
Text Example
Text Example
White with #663F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F19; }
p { color: rgb(102,63,25); }
H1.HeaderClassName
{
color: #663F19;
}
.AnyTagClassName
{
color: #663F19;
}
</style>
background-color css
<style>
a { background-color: #663F19; }
a { background-color: rgb(102,63,25); }
div.DivClassName
{
background-color: #663F19;
}
.BgClassName
{
background-color: #663F19;
}
</style>
border-color css
<style>
span { border-color: #663F19; }
span { border-color: rgb(102,63,25); }
td.TdClassName
{
border-color: #663F19;
}
.TagClassName
{
border-color: #663F19;
}
</style>