Shades of Dallas #66482E
Tints of Dallas #66482E
RGB
CMYK
RGB Variations
Color information
#66482E (or 0x66482E) is known color: Dallas. HEX triplet: 66, 48 and 2E. RGB value is (102,72,46). Sum of RGB (Red+Green+Blue) = 102+72+46=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #66482E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66482E is #99B7D1. Grayscale: #4E4E4E. Windows color (decimal): -10074066 or 3033190. OLE color: 3033190.
HSL color Cylindrical-coordinate representation of color #66482E: hue angle of 27.86º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66482E is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 72 | 46 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.6 |
| HSL | 27.86º | 0.38% | 0.29% | - |
| HSV(B) | 27.86º | 0.55% | 0.4% | - |
| XYZ | 8.29 | 7.66 | 3.63 | - |
| YUV | 78.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 72 | 46 | 0 | 0.29 | 0.55 | 0.6 | 27.86 | 0.38 | 0.29 |
| Hex | 66 | 48 | 2E | 0 | 1D | 37 | 3C | 1C | 26 | 1D |
| Octal | 146 | 110 | 56 | 0 | 35 | 67 | 74 | 34 | 46 | 35 |
| Binary | 1100110 | 1001000 | 101110 | 0 | 11101 | 110111 | 111100 | 11100 | 100110 | 11101 |
Color Harmonies of #66482E
Complementary color
Monochromatic Colors of #66482E
Black with #66482E
Text Example
Text Example
White with #66482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66482E; }
p { color: rgb(102,72,46); }
H1.HeaderClassName
{
color: #66482E;
}
.AnyTagClassName
{
color: #66482E;
}
</style>
background-color css
<style>
a { background-color: #66482E; }
a { background-color: rgb(102,72,46); }
div.DivClassName
{
background-color: #66482E;
}
.BgClassName
{
background-color: #66482E;
}
</style>
border-color css
<style>
span { border-color: #66482E; }
span { border-color: rgb(102,72,46); }
td.TdClassName
{
border-color: #66482E;
}
.TagClassName
{
border-color: #66482E;
}
</style>