Shades of Dark Brown #66421E
Tints of Dark Brown #66421E
RGB
CMYK
RGB Variations
Color information
#66421E (or 0x66421E) is known color: Dark Brown. HEX triplet: 66, 42 and 1E. RGB value is (102,66,30). Sum of RGB (Red+Green+Blue) = 102+66+30=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #66421E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66421E is #99BDE1. Grayscale: #484848. Windows color (decimal): -10075618 or 1983078. OLE color: 1983078.
HSL color Cylindrical-coordinate representation of color #66421E: hue angle of 30º 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 #66421E is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 66 | 30 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.6 |
| HSL | 30º | 0.55% | 0.26% | - |
| HSV(B) | 30º | 0.71% | 0.4% | - |
| XYZ | 7.66 | 6.81 | 2.14 | - |
| YUV | 72.66 | 103.93 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 30 | 0 | 0.35 | 0.71 | 0.6 | 30 | 0.55 | 0.26 |
| Hex | 66 | 42 | 1E | 0 | 23 | 47 | 3C | 1E | 37 | 1A |
| Octal | 146 | 102 | 36 | 0 | 43 | 107 | 74 | 36 | 67 | 32 |
| Binary | 1100110 | 1000010 | 11110 | 0 | 100011 | 1000111 | 111100 | 11110 | 110111 | 11010 |
Color Harmonies of #66421E
Complementary color
Monochromatic Colors of #66421E
Black with #66421E
Text Example
Text Example
White with #66421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66421E; }
p { color: rgb(102,66,30); }
H1.HeaderClassName
{
color: #66421E;
}
.AnyTagClassName
{
color: #66421E;
}
</style>
background-color css
<style>
a { background-color: #66421E; }
a { background-color: rgb(102,66,30); }
div.DivClassName
{
background-color: #66421E;
}
.BgClassName
{
background-color: #66421E;
}
</style>
border-color css
<style>
span { border-color: #66421E; }
span { border-color: rgb(102,66,30); }
td.TdClassName
{
border-color: #66421E;
}
.TagClassName
{
border-color: #66421E;
}
</style>