Shades of Dark Brown #66411B
Tints of Dark Brown #66411B
RGB
CMYK
RGB Variations
Color information
#66411B (or 0x66411B) is known color: Dark Brown. HEX triplet: 66, 41 and 1B. RGB value is (102,65,27). Sum of RGB (Red+Green+Blue) = 102+65+27=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #66411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66411B is #99BEE4. Grayscale: #474747. Windows color (decimal): -10075877 or 1786214. OLE color: 1786214.
HSL color Cylindrical-coordinate representation of color #66411B: hue angle of 30.4º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66411B is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 65 | 27 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.6 |
| HSL | 30.4º | 0.58% | 0.25% | - |
| HSV(B) | 30.4º | 0.74% | 0.4% | - |
| XYZ | 7.57 | 6.68 | 1.93 | - |
| YUV | 71.73 | 102.76 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 27 | 0 | 0.36 | 0.74 | 0.6 | 30.4 | 0.58 | 0.25 |
| Hex | 66 | 41 | 1B | 0 | 24 | 4A | 3C | 1E | 3A | 19 |
| Octal | 146 | 101 | 33 | 0 | 44 | 112 | 74 | 36 | 72 | 31 |
| Binary | 1100110 | 1000001 | 11011 | 0 | 100100 | 1001010 | 111100 | 11110 | 111010 | 11001 |
Color Harmonies of #66411B
Complementary color
Monochromatic Colors of #66411B
Black with #66411B
Text Example
Text Example
White with #66411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66411B; }
p { color: rgb(102,65,27); }
H1.HeaderClassName
{
color: #66411B;
}
.AnyTagClassName
{
color: #66411B;
}
</style>
background-color css
<style>
a { background-color: #66411B; }
a { background-color: rgb(102,65,27); }
div.DivClassName
{
background-color: #66411B;
}
.BgClassName
{
background-color: #66411B;
}
</style>
border-color css
<style>
span { border-color: #66411B; }
span { border-color: rgb(102,65,27); }
td.TdClassName
{
border-color: #66411B;
}
.TagClassName
{
border-color: #66411B;
}
</style>