#66492A

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

Shades of Dallas #66492A

Tints of Dallas #66492A

Color information

#66492A (or 0x66492A) is unknown color: approx Dallas. HEX triplet: 66, 49 and 2A. RGB value is (102,73,42). Sum of RGB (Red+Green+Blue) = 102+73+42=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #66492A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66492A is #99B6D5. Grayscale: #4E4E4E. Windows color (decimal): -10073814 or 2771302. OLE color: 2771302.

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

Color convert

RGB1027342-
CMYK00.280.590.6
HSL31º41.67%28.24%-
HSV(B)31º58.82%40%-
XYZ8.287.763.25-
YUV78.14107.61145.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 73 (28.91% from 255) = 33.64%
BLUE value IS 42 (16.80% from 255) = 19.35%
R=47.00%
G=33.64%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102734200.280.590.63141.6728.24
Hex66492A01C3B3C1f2a1c
Octal146111520347374375234
Binary110011010010011010100111001110111111001111110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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