#664E2A

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

Shades of Dallas #664E2A

Tints of Dallas #664E2A

Color information

#664E2A (or 0x664E2A) is unknown color: approx Dallas. HEX triplet: 66, 4E and 2A. RGB value is (102,78,42). Sum of RGB (Red+Green+Blue) = 102+78+42=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #664E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664E2A is #99B1D5. Grayscale: #515151. Windows color (decimal): -10072534 or 2772582. OLE color: 2772582.

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

Color convert

RGB1027842-
CMYK00.240.590.6
HSL36º41.67%28.24%-
HSV(B)36º58.82%40%-
XYZ8.628.443.37-
YUV81.07105.95142.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.95%
GREEN value IS 78 (30.86% from 255) = 35.14%
BLUE value IS 42 (16.80% from 255) = 18.92%
R=45.95%
G=35.14%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102784200.240.590.63641.6728.24
Hex664E2A0183B3C242a1c
Octal146116520307374445234
Binary1100110100111010101001100011101111110010010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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