Shades of Dark Brown #66451D
Tints of Dark Brown #66451D
RGB
CMYK
RGB Variations
Color information
#66451D (or 0x66451D) is known color: Dark Brown. HEX triplet: 66, 45 and 1D. RGB value is (102,69,29). Sum of RGB (Red+Green+Blue) = 102+69+29=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #66451D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66451D is #99BAE2. Grayscale: #4A4A4A. Windows color (decimal): -10074851 or 1918310. OLE color: 1918310.
HSL color Cylindrical-coordinate representation of color #66451D: hue angle of 32.88º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66451D is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 69 | 29 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.6 |
| HSL | 32.88º | 0.56% | 0.26% | - |
| HSV(B) | 32.88º | 0.72% | 0.4% | - |
| XYZ | 7.83 | 7.17 | 2.13 | - |
| YUV | 74.31 | 102.43 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 69 | 29 | 0 | 0.32 | 0.72 | 0.6 | 32.88 | 0.56 | 0.26 |
| Hex | 66 | 45 | 1D | 0 | 20 | 48 | 3C | 21 | 38 | 1A |
| Octal | 146 | 105 | 35 | 0 | 40 | 110 | 74 | 41 | 70 | 32 |
| Binary | 1100110 | 1000101 | 11101 | 0 | 100000 | 1001000 | 111100 | 100001 | 111000 | 11010 |
Color Harmonies of #66451D
Complementary color
Monochromatic Colors of #66451D
Black with #66451D
Text Example
Text Example
White with #66451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66451D; }
p { color: rgb(102,69,29); }
H1.HeaderClassName
{
color: #66451D;
}
.AnyTagClassName
{
color: #66451D;
}
</style>
background-color css
<style>
a { background-color: #66451D; }
a { background-color: rgb(102,69,29); }
div.DivClassName
{
background-color: #66451D;
}
.BgClassName
{
background-color: #66451D;
}
</style>
border-color css
<style>
span { border-color: #66451D; }
span { border-color: rgb(102,69,29); }
td.TdClassName
{
border-color: #66451D;
}
.TagClassName
{
border-color: #66451D;
}
</style>