Shades of Dallas #664A2D
Tints of Dallas #664A2D
RGB
CMYK
RGB Variations
Color information
#664A2D (or 0x664A2D) is known color: Dallas. HEX triplet: 66, 4A and 2D. RGB value is (102,74,45). Sum of RGB (Red+Green+Blue) = 102+74+45=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #664A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664A2D is #99B5D2. Grayscale: #4F4F4F. Windows color (decimal): -10073555 or 2968166. OLE color: 2968166.
HSL color Cylindrical-coordinate representation of color #664A2D: hue angle of 30.53º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #664A2D is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
RGB | 102 | 74 | 45 | - |
CMYK | 0 | 0.27 | 0.56 | 0.6 |
HSL | 30.53º | 0.39% | 0.29% | - |
HSV(B) | 30.53º | 0.56% | 0.4% | - |
XYZ | 8.4 | 7.91 | 3.57 | - |
YUV | 79.07 | 108.78 | 144.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 102 | 74 | 45 | 0 | 0.27 | 0.56 | 0.6 | 30.53 | 0.39 | 0.29 |
Hex | 66 | 4A | 2D | 0 | 1B | 38 | 3C | 1F | 27 | 1D |
Octal | 146 | 112 | 55 | 0 | 33 | 70 | 74 | 37 | 47 | 35 |
Binary | 1100110 | 1001010 | 101101 | 0 | 11011 | 111000 | 111100 | 11111 | 100111 | 11101 |
Color Harmonies of #664A2D
Complementary color
Monochromatic Colors of #664A2D
Black with #664A2D
Text Example
Text Example
White with #664A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664A2D; }
p { color: rgb(102,74,45); }
H1.HeaderClassName
{
color: #664A2D;
}
.AnyTagClassName
{
color: #664A2D;
}
</style>
background-color css
<style>
a { background-color: #664A2D; }
a { background-color: rgb(102,74,45); }
div.DivClassName
{
background-color: #664A2D;
}
.BgClassName
{
background-color: #664A2D;
}
</style>
border-color css
<style>
span { border-color: #664A2D; }
span { border-color: rgb(102,74,45); }
td.TdClassName
{
border-color: #664A2D;
}
.TagClassName
{
border-color: #664A2D;
}
</style>