Shades of Dark Brown #66441C
Tints of Dark Brown #66441C
RGB
CMYK
RGB Variations
Color information
#66441C (or 0x66441C) is known color: Dark Brown. HEX triplet: 66, 44 and 1C. RGB value is (102,68,28). Sum of RGB (Red+Green+Blue) = 102+68+28=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #66441C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66441C is #99BBE3. Grayscale: #494949. Windows color (decimal): -10075108 or 1852518. OLE color: 1852518.
HSL color Cylindrical-coordinate representation of color #66441C: hue angle of 32.43º 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 #66441C is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 68 | 28 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.6 |
| HSL | 32.43º | 0.57% | 0.25% | - |
| HSV(B) | 32.43º | 0.73% | 0.4% | - |
| XYZ | 7.76 | 7.04 | 2.05 | - |
| YUV | 73.61 | 102.26 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 68 | 28 | 0 | 0.33 | 0.73 | 0.6 | 32.43 | 0.57 | 0.25 |
| Hex | 66 | 44 | 1C | 0 | 21 | 49 | 3C | 20 | 39 | 19 |
| Octal | 146 | 104 | 34 | 0 | 41 | 111 | 74 | 40 | 71 | 31 |
| Binary | 1100110 | 1000100 | 11100 | 0 | 100001 | 1001001 | 111100 | 100000 | 111001 | 11001 |
Color Harmonies of #66441C
Complementary color
Monochromatic Colors of #66441C
Black with #66441C
Text Example
Text Example
White with #66441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66441C; }
p { color: rgb(102,68,28); }
H1.HeaderClassName
{
color: #66441C;
}
.AnyTagClassName
{
color: #66441C;
}
</style>
background-color css
<style>
a { background-color: #66441C; }
a { background-color: rgb(102,68,28); }
div.DivClassName
{
background-color: #66441C;
}
.BgClassName
{
background-color: #66441C;
}
</style>
border-color css
<style>
span { border-color: #66441C; }
span { border-color: rgb(102,68,28); }
td.TdClassName
{
border-color: #66441C;
}
.TagClassName
{
border-color: #66441C;
}
</style>