Shades of Dark Brown #66411E
Tints of Dark Brown #66411E
RGB
CMYK
RGB Variations
Color information
#66411E (or 0x66411E) is known color: Dark Brown. HEX triplet: 66, 41 and 1E. RGB value is (102,65,30). Sum of RGB (Red+Green+Blue) = 102+65+30=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #66411E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66411E is #99BEE1. Grayscale: #484848. Windows color (decimal): -10075874 or 1982822. OLE color: 1982822.
HSL color Cylindrical-coordinate representation of color #66411E: hue angle of 29.17º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #66411E is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 65 | 30 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.6 |
| HSL | 29.17º | 0.55% | 0.26% | - |
| HSV(B) | 29.17º | 0.71% | 0.4% | - |
| XYZ | 7.6 | 6.7 | 2.12 | - |
| YUV | 72.07 | 104.26 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 30 | 0 | 0.36 | 0.71 | 0.6 | 29.17 | 0.55 | 0.26 |
| Hex | 66 | 41 | 1E | 0 | 24 | 47 | 3C | 1D | 37 | 1A |
| Octal | 146 | 101 | 36 | 0 | 44 | 107 | 74 | 35 | 67 | 32 |
| Binary | 1100110 | 1000001 | 11110 | 0 | 100100 | 1000111 | 111100 | 11101 | 110111 | 11010 |
Color Harmonies of #66411E
Complementary color
Monochromatic Colors of #66411E
Black with #66411E
Text Example
Text Example
White with #66411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66411E; }
p { color: rgb(102,65,30); }
H1.HeaderClassName
{
color: #66411E;
}
.AnyTagClassName
{
color: #66411E;
}
</style>
background-color css
<style>
a { background-color: #66411E; }
a { background-color: rgb(102,65,30); }
div.DivClassName
{
background-color: #66411E;
}
.BgClassName
{
background-color: #66411E;
}
</style>
border-color css
<style>
span { border-color: #66411E; }
span { border-color: rgb(102,65,30); }
td.TdClassName
{
border-color: #66411E;
}
.TagClassName
{
border-color: #66411E;
}
</style>