#66492F

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

Shades of Dallas #66492F

Tints of Dallas #66492F

Color information

#66492F (or 0x66492F) is unknown color: approx Dallas. HEX triplet: 66, 49 and 2F. RGB value is (102,73,47). Sum of RGB (Red+Green+Blue) = 102+73+47=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #66492F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66492F is #99B6D0. Grayscale: #4E4E4E. Windows color (decimal): -10073809 or 3098982. OLE color: 3098982.

HSL color Cylindrical-coordinate representation of color #66492F: hue angle of 28.36º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66492F is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.6.

Color convert

RGB1027347-
CMYK00.280.540.6
HSL28.36º36.91%29.22%-
HSV(B)28.36º53.92%40%-
XYZ8.387.83.75-
YUV78.71110.11144.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.95%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 47 (18.75% from 255) = 21.17%
R=45.95%
G=32.88%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102734700.280.540.628.3636.9129.22
Hex66492F01C363C1c251d
Octal146111570346674344535
Binary110011010010011011110111001101101111001110010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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