Shades of Dark Brown #664223
Tints of Dark Brown #664223
RGB
CMYK
RGB Variations
Color information
#664223 (or 0x664223) is known color: Dark Brown. HEX triplet: 66, 42 and 23. RGB value is (102,66,35). Sum of RGB (Red+Green+Blue) = 102+66+35=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #664223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664223 is #99BDDC. Grayscale: #494949. Windows color (decimal): -10075613 or 2310758. OLE color: 2310758.
HSL color Cylindrical-coordinate representation of color #664223: hue angle of 27.76º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #664223 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 66 | 35 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.6 |
| HSL | 27.76º | 0.49% | 0.27% | - |
| HSV(B) | 27.76º | 0.66% | 0.4% | - |
| XYZ | 7.73 | 6.84 | 2.5 | - |
| YUV | 73.23 | 106.43 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 35 | 0 | 0.35 | 0.66 | 0.6 | 27.76 | 0.49 | 0.27 |
| Hex | 66 | 42 | 23 | 0 | 23 | 42 | 3C | 1C | 31 | 1B |
| Octal | 146 | 102 | 43 | 0 | 43 | 102 | 74 | 34 | 61 | 33 |
| Binary | 1100110 | 1000010 | 100011 | 0 | 100011 | 1000010 | 111100 | 11100 | 110001 | 11011 |
Color Harmonies of #664223
Complementary color
Monochromatic Colors of #664223
Black with #664223
Text Example
Text Example
White with #664223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664223; }
p { color: rgb(102,66,35); }
H1.HeaderClassName
{
color: #664223;
}
.AnyTagClassName
{
color: #664223;
}
</style>
background-color css
<style>
a { background-color: #664223; }
a { background-color: rgb(102,66,35); }
div.DivClassName
{
background-color: #664223;
}
.BgClassName
{
background-color: #664223;
}
</style>
border-color css
<style>
span { border-color: #664223; }
span { border-color: rgb(102,66,35); }
td.TdClassName
{
border-color: #664223;
}
.TagClassName
{
border-color: #664223;
}
</style>