Shades of Dallas #664A2A
Tints of Dallas #664A2A
RGB
CMYK
RGB Variations
Color information
#664A2A (or 0x664A2A) is known color: Dallas. HEX triplet: 66, 4A and 2A. RGB value is (102,74,42). Sum of RGB (Red+Green+Blue) = 102+74+42=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #664A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664A2A is #99B5D5. Grayscale: #4E4E4E. Windows color (decimal): -10073558 or 2771558. OLE color: 2771558.
HSL color Cylindrical-coordinate representation of color #664A2A: hue angle of 32º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #664A2A is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 74 | 42 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.6 |
| HSL | 32º | 0.42% | 0.28% | - |
| HSV(B) | 32º | 0.59% | 0.4% | - |
| XYZ | 8.35 | 7.89 | 3.27 | - |
| YUV | 78.72 | 107.28 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 42 | 0 | 0.27 | 0.59 | 0.6 | 32 | 0.42 | 0.28 |
| Hex | 66 | 4A | 2A | 0 | 1B | 3B | 3C | 20 | 2A | 1C |
| Octal | 146 | 112 | 52 | 0 | 33 | 73 | 74 | 40 | 52 | 34 |
| Binary | 1100110 | 1001010 | 101010 | 0 | 11011 | 111011 | 111100 | 100000 | 101010 | 11100 |
Color Harmonies of #664A2A
Complementary color
Monochromatic Colors of #664A2A
Black with #664A2A
Text Example
Text Example
White with #664A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664A2A; }
p { color: rgb(102,74,42); }
H1.HeaderClassName
{
color: #664A2A;
}
.AnyTagClassName
{
color: #664A2A;
}
</style>
background-color css
<style>
a { background-color: #664A2A; }
a { background-color: rgb(102,74,42); }
div.DivClassName
{
background-color: #664A2A;
}
.BgClassName
{
background-color: #664A2A;
}
</style>
border-color css
<style>
span { border-color: #664A2A; }
span { border-color: rgb(102,74,42); }
td.TdClassName
{
border-color: #664A2A;
}
.TagClassName
{
border-color: #664A2A;
}
</style>