Shades of Dark Brown #66421A
Tints of Dark Brown #66421A
RGB
CMYK
RGB Variations
Color information
#66421A (or 0x66421A) is known color: Dark Brown. HEX triplet: 66, 42 and 1A. RGB value is (102,66,26). Sum of RGB (Red+Green+Blue) = 102+66+26=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #66421A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66421A is #99BDE5. Grayscale: #484848. Windows color (decimal): -10075622 or 1720934. OLE color: 1720934.
HSL color Cylindrical-coordinate representation of color #66421A: hue angle of 31.58º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66421A is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 66 | 26 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.6 |
| HSL | 31.58º | 0.59% | 0.25% | - |
| HSV(B) | 31.58º | 0.75% | 0.4% | - |
| XYZ | 7.61 | 6.8 | 1.89 | - |
| YUV | 72.2 | 101.93 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 26 | 0 | 0.35 | 0.75 | 0.6 | 31.58 | 0.59 | 0.25 |
| Hex | 66 | 42 | 1A | 0 | 23 | 4B | 3C | 20 | 3B | 19 |
| Octal | 146 | 102 | 32 | 0 | 43 | 113 | 74 | 40 | 73 | 31 |
| Binary | 1100110 | 1000010 | 11010 | 0 | 100011 | 1001011 | 111100 | 100000 | 111011 | 11001 |
Color Harmonies of #66421A
Complementary color
Monochromatic Colors of #66421A
Black with #66421A
Text Example
Text Example
White with #66421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66421A; }
p { color: rgb(102,66,26); }
H1.HeaderClassName
{
color: #66421A;
}
.AnyTagClassName
{
color: #66421A;
}
</style>
background-color css
<style>
a { background-color: #66421A; }
a { background-color: rgb(102,66,26); }
div.DivClassName
{
background-color: #66421A;
}
.BgClassName
{
background-color: #66421A;
}
</style>
border-color css
<style>
span { border-color: #66421A; }
span { border-color: rgb(102,66,26); }
td.TdClassName
{
border-color: #66421A;
}
.TagClassName
{
border-color: #66421A;
}
</style>