Shades of Dark Brown #663E19
Tints of Dark Brown #663E19
RGB
CMYK
RGB Variations
Color information
#663E19 (or 0x663E19) is known color: Dark Brown. HEX triplet: 66, 3E and 19. RGB value is (102,62,25). Sum of RGB (Red+Green+Blue) = 102+62+25=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #663E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663E19 is #99C1E6. Grayscale: #454545. Windows color (decimal): -10076647 or 1654374. OLE color: 1654374.
HSL color Cylindrical-coordinate representation of color #663E19: hue angle of 28.83º 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 #663E19 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 62 | 25 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.6 |
| HSL | 28.83º | 0.61% | 0.25% | - |
| HSV(B) | 28.83º | 0.75% | 0.4% | - |
| XYZ | 7.38 | 6.34 | 1.75 | - |
| YUV | 69.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 25 | 0 | 0.39 | 0.75 | 0.6 | 28.83 | 0.61 | 0.25 |
| Hex | 66 | 3E | 19 | 0 | 27 | 4B | 3C | 1D | 3D | 19 |
| Octal | 146 | 76 | 31 | 0 | 47 | 113 | 74 | 35 | 75 | 31 |
| Binary | 1100110 | 111110 | 11001 | 0 | 100111 | 1001011 | 111100 | 11101 | 111101 | 11001 |
Color Harmonies of #663E19
Complementary color
Monochromatic Colors of #663E19
Black with #663E19
Text Example
Text Example
White with #663E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663E19; }
p { color: rgb(102,62,25); }
H1.HeaderClassName
{
color: #663E19;
}
.AnyTagClassName
{
color: #663E19;
}
</style>
background-color css
<style>
a { background-color: #663E19; }
a { background-color: rgb(102,62,25); }
div.DivClassName
{
background-color: #663E19;
}
.BgClassName
{
background-color: #663E19;
}
</style>
border-color css
<style>
span { border-color: #663E19; }
span { border-color: rgb(102,62,25); }
td.TdClassName
{
border-color: #663E19;
}
.TagClassName
{
border-color: #663E19;
}
</style>