Shades of Dallas #664B2E
Tints of Dallas #664B2E
RGB
CMYK
RGB Variations
Color information
#664B2E (or 0x664B2E) is known color: Dallas. HEX triplet: 66, 4B and 2E. RGB value is (102,75,46). Sum of RGB (Red+Green+Blue) = 102+75+46=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #664B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B2E is #99B4D1. Grayscale: #4F4F4F. Windows color (decimal): -10073298 or 3033958. OLE color: 3033958.
HSL color Cylindrical-coordinate representation of color #664B2E: hue angle of 31.07º 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 #664B2E is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 75 | 46 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.6 |
| HSL | 31.07º | 0.38% | 0.29% | - |
| HSV(B) | 31.07º | 0.55% | 0.4% | - |
| XYZ | 8.49 | 8.05 | 3.69 | - |
| YUV | 79.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 75 | 46 | 0 | 0.26 | 0.55 | 0.6 | 31.07 | 0.38 | 0.29 |
| Hex | 66 | 4B | 2E | 0 | 1A | 37 | 3C | 1F | 26 | 1D |
| Octal | 146 | 113 | 56 | 0 | 32 | 67 | 74 | 37 | 46 | 35 |
| Binary | 1100110 | 1001011 | 101110 | 0 | 11010 | 110111 | 111100 | 11111 | 100110 | 11101 |
Color Harmonies of #664B2E
Complementary color
Monochromatic Colors of #664B2E
Black with #664B2E
Text Example
Text Example
White with #664B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664B2E; }
p { color: rgb(102,75,46); }
H1.HeaderClassName
{
color: #664B2E;
}
.AnyTagClassName
{
color: #664B2E;
}
</style>
background-color css
<style>
a { background-color: #664B2E; }
a { background-color: rgb(102,75,46); }
div.DivClassName
{
background-color: #664B2E;
}
.BgClassName
{
background-color: #664B2E;
}
</style>
border-color css
<style>
span { border-color: #664B2E; }
span { border-color: rgb(102,75,46); }
td.TdClassName
{
border-color: #664B2E;
}
.TagClassName
{
border-color: #664B2E;
}
</style>