#664A2A

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

Shades of Dallas #664A2A

Tints of Dallas #664A2A

Color information

#664A2A (or 0x664A2A) is unknown color: approx Dallas. HEX triplet: 66, 4A and 2A. RGB value is (102,74,42). Sum of RGB (Red+Green+Blue) = 102+74+42=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #664A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664A2A is #99B5D5. Grayscale: #4E4E4E. Windows color (decimal): -10073558 or 2771558. OLE color: 2771558.

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

Color convert

RGB1027442-
CMYK00.270.590.6
HSL32º41.67%28.24%-
HSV(B)32º58.82%40%-
XYZ8.357.893.27-
YUV78.72107.28144.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.79%
GREEN value IS 74 (29.30% from 255) = 33.94%
BLUE value IS 42 (16.80% from 255) = 19.27%
R=46.79%
G=33.94%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102744200.270.590.63241.6728.24
Hex664A2A01B3B3C202a1c
Octal146112520337374405234
Binary1100110100101010101001101111101111110010000010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664A2A; }

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

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

<style>
 a { background-color: #664A2A; }

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

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

<style>
 span { border-color: #664A2A; }

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

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