Shades of Dark Brown #663C17
Tints of Dark Brown #663C17
RGB
CMYK
RGB Variations
Color information
#663C17 (or 0x663C17) is known color: Dark Brown. HEX triplet: 66, 3C and 17. RGB value is (102,60,23). Sum of RGB (Red+Green+Blue) = 102+60+23=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #663C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663C17 is #99C3E8. Grayscale: #444444. Windows color (decimal): -10077161 or 1522790. OLE color: 1522790.
HSL color Cylindrical-coordinate representation of color #663C17: hue angle of 28.1º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #663C17 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 60 | 23 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.6 |
| HSL | 28.1º | 0.63% | 0.25% | - |
| HSV(B) | 28.1º | 0.77% | 0.4% | - |
| XYZ | 7.25 | 6.12 | 1.61 | - |
| YUV | 68.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 23 | 0 | 0.41 | 0.77 | 0.6 | 28.1 | 0.63 | 0.25 |
| Hex | 66 | 3C | 17 | 0 | 29 | 4D | 3C | 1C | 3F | 19 |
| Octal | 146 | 74 | 27 | 0 | 51 | 115 | 74 | 34 | 77 | 31 |
| Binary | 1100110 | 111100 | 10111 | 0 | 101001 | 1001101 | 111100 | 11100 | 111111 | 11001 |
Color Harmonies of #663C17
Complementary color
Monochromatic Colors of #663C17
Black with #663C17
Text Example
Text Example
White with #663C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663C17; }
p { color: rgb(102,60,23); }
H1.HeaderClassName
{
color: #663C17;
}
.AnyTagClassName
{
color: #663C17;
}
</style>
background-color css
<style>
a { background-color: #663C17; }
a { background-color: rgb(102,60,23); }
div.DivClassName
{
background-color: #663C17;
}
.BgClassName
{
background-color: #663C17;
}
</style>
border-color css
<style>
span { border-color: #663C17; }
span { border-color: rgb(102,60,23); }
td.TdClassName
{
border-color: #663C17;
}
.TagClassName
{
border-color: #663C17;
}
</style>