Shades of Dallas #664C2A
Tints of Dallas #664C2A
RGB
CMYK
RGB Variations
Color information
#664C2A (or 0x664C2A) is known color: Dallas. HEX triplet: 66, 4C and 2A. RGB value is (102,76,42). Sum of RGB (Red+Green+Blue) = 102+76+42=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #664C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664C2A is #99B3D5. Grayscale: #505050. Windows color (decimal): -10073046 or 2772070. OLE color: 2772070.
HSL color Cylindrical-coordinate representation of color #664C2A: hue angle of 34º 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 #664C2A is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 76 | 42 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.6 |
| HSL | 34º | 0.42% | 0.28% | - |
| HSV(B) | 34º | 0.59% | 0.4% | - |
| XYZ | 8.48 | 8.16 | 3.32 | - |
| YUV | 79.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 76 | 42 | 0 | 0.25 | 0.59 | 0.6 | 34 | 0.42 | 0.28 |
| Hex | 66 | 4C | 2A | 0 | 19 | 3B | 3C | 22 | 2A | 1C |
| Octal | 146 | 114 | 52 | 0 | 31 | 73 | 74 | 42 | 52 | 34 |
| Binary | 1100110 | 1001100 | 101010 | 0 | 11001 | 111011 | 111100 | 100010 | 101010 | 11100 |
Color Harmonies of #664C2A
Complementary color
Monochromatic Colors of #664C2A
Black with #664C2A
Text Example
Text Example
White with #664C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664C2A; }
p { color: rgb(102,76,42); }
H1.HeaderClassName
{
color: #664C2A;
}
.AnyTagClassName
{
color: #664C2A;
}
</style>
background-color css
<style>
a { background-color: #664C2A; }
a { background-color: rgb(102,76,42); }
div.DivClassName
{
background-color: #664C2A;
}
.BgClassName
{
background-color: #664C2A;
}
</style>
border-color css
<style>
span { border-color: #664C2A; }
span { border-color: rgb(102,76,42); }
td.TdClassName
{
border-color: #664C2A;
}
.TagClassName
{
border-color: #664C2A;
}
</style>