Shades of Dark Brown #66401C
Tints of Dark Brown #66401C
RGB
CMYK
RGB Variations
Color information
#66401C (or 0x66401C) is known color: Dark Brown. HEX triplet: 66, 40 and 1C. RGB value is (102,64,28). Sum of RGB (Red+Green+Blue) = 102+64+28=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #66401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66401C is #99BFE3. Grayscale: #474747. Windows color (decimal): -10076132 or 1851494. OLE color: 1851494.
HSL color Cylindrical-coordinate representation of color #66401C: hue angle of 29.19º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66401C is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 64 | 28 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.6 |
| HSL | 29.19º | 0.57% | 0.25% | - |
| HSV(B) | 29.19º | 0.73% | 0.4% | - |
| XYZ | 7.52 | 6.58 | 1.97 | - |
| YUV | 71.26 | 103.59 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 28 | 0 | 0.37 | 0.73 | 0.6 | 29.19 | 0.57 | 0.25 |
| Hex | 66 | 40 | 1C | 0 | 25 | 49 | 3C | 1D | 39 | 19 |
| Octal | 146 | 100 | 34 | 0 | 45 | 111 | 74 | 35 | 71 | 31 |
| Binary | 1100110 | 1000000 | 11100 | 0 | 100101 | 1001001 | 111100 | 11101 | 111001 | 11001 |
Color Harmonies of #66401C
Complementary color
Monochromatic Colors of #66401C
Black with #66401C
Text Example
Text Example
White with #66401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66401C; }
p { color: rgb(102,64,28); }
H1.HeaderClassName
{
color: #66401C;
}
.AnyTagClassName
{
color: #66401C;
}
</style>
background-color css
<style>
a { background-color: #66401C; }
a { background-color: rgb(102,64,28); }
div.DivClassName
{
background-color: #66401C;
}
.BgClassName
{
background-color: #66401C;
}
</style>
border-color css
<style>
span { border-color: #66401C; }
span { border-color: rgb(102,64,28); }
td.TdClassName
{
border-color: #66401C;
}
.TagClassName
{
border-color: #66401C;
}
</style>