Shades of Dark Brown #66451F
Tints of Dark Brown #66451F
RGB
CMYK
RGB Variations
Color information
#66451F (or 0x66451F) is known color: Dark Brown. HEX triplet: 66, 45 and 1F. RGB value is (102,69,31). Sum of RGB (Red+Green+Blue) = 102+69+31=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #66451F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66451F is #99BAE0. Grayscale: #4A4A4A. Windows color (decimal): -10074849 or 2049382. OLE color: 2049382.
HSL color Cylindrical-coordinate representation of color #66451F: hue angle of 32.11º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66451F is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 69 | 31 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.6 |
| HSL | 32.11º | 0.53% | 0.26% | - |
| HSV(B) | 32.11º | 0.7% | 0.4% | - |
| XYZ | 7.85 | 7.18 | 2.27 | - |
| YUV | 74.54 | 103.43 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 69 | 31 | 0 | 0.32 | 0.70 | 0.6 | 32.11 | 0.53 | 0.26 |
| Hex | 66 | 45 | 1F | 0 | 20 | 46 | 3C | 20 | 35 | 1A |
| Octal | 146 | 105 | 37 | 0 | 40 | 106 | 74 | 40 | 65 | 32 |
| Binary | 1100110 | 1000101 | 11111 | 0 | 100000 | 1000110 | 111100 | 100000 | 110101 | 11010 |
Color Harmonies of #66451F
Complementary color
Monochromatic Colors of #66451F
Black with #66451F
Text Example
Text Example
White with #66451F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66451F; }
p { color: rgb(102,69,31); }
H1.HeaderClassName
{
color: #66451F;
}
.AnyTagClassName
{
color: #66451F;
}
</style>
background-color css
<style>
a { background-color: #66451F; }
a { background-color: rgb(102,69,31); }
div.DivClassName
{
background-color: #66451F;
}
.BgClassName
{
background-color: #66451F;
}
</style>
border-color css
<style>
span { border-color: #66451F; }
span { border-color: rgb(102,69,31); }
td.TdClassName
{
border-color: #66451F;
}
.TagClassName
{
border-color: #66451F;
}
</style>