#66492E

Color #66492E Dallas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dallas #66492E

Tints of Dallas #66492E

Color information

#66492E (or 0x66492E) is unknown color: approx Dallas. HEX triplet: 66, 49 and 2E. RGB value is (102,73,46). Sum of RGB (Red+Green+Blue) = 102+73+46=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #66492E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66492E is #99B6D1. Grayscale: #4E4E4E. Windows color (decimal): -10073810 or 3033446. OLE color: 3033446.

HSL color Cylindrical-coordinate representation of color #66492E: hue angle of 28.93º 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 #66492E is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.6.

Color convert

RGB1027346-
CMYK00.280.550.6
HSL28.93º37.84%29.02%-
HSV(B)28.93º54.9%40%-
XYZ8.367.793.65-
YUV78.59109.61144.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 46.15%
GREEN value IS 73 (28.91% from 255) = 33.03%
BLUE value IS 46 (18.36% from 255) = 20.81%
R=46.15%
G=33.03%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102734600.280.550.628.9337.8429.02
Hex66492E01C373C1d261d
Octal146111560346774354635
Binary110011010010011011100111001101111111001110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66492E; }

 p { color: rgb(102,73,46); }

 H1.HeaderClassName
 {
   color: #66492E;
 }
 .AnyTagClassName
 {
   color: #66492E;
 }
</style>
background-color css

<style>
 a { background-color: #66492E; }

 a { background-color: rgb(102,73,46); }

 div.DivClassName
 {
   background-color: #66492E;
 }
 .BgClassName
 {
   background-color: #66492E;
 }
</style>
border-color css

<style>
 span { border-color: #66492E; }

 span { border-color: rgb(102,73,46); }

 td.TdClassName
 {
   border-color: #66492E;
 }
 .TagClassName
 {
   border-color: #66492E;
 }
</style>