#664E2D

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

Shades of Dallas #664E2D

Tints of Dallas #664E2D

Color information

#664E2D (or 0x664E2D) is unknown color: approx Dallas. HEX triplet: 66, 4E and 2D. RGB value is (102,78,45). Sum of RGB (Red+Green+Blue) = 102+78+45=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #664E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664E2D is #99B1D2. Grayscale: #515151. Windows color (decimal): -10072531 or 2969190. OLE color: 2969190.

HSL color Cylindrical-coordinate representation of color #664E2D: hue angle of 34.74º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #664E2D is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.6.

Color convert

RGB1027845-
CMYK00.240.560.6
HSL34.74º38.78%28.82%-
HSV(B)34.74º55.88%40%-
XYZ8.688.463.66-
YUV81.41107.45142.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.33%
GREEN value IS 78 (30.86% from 255) = 34.67%
BLUE value IS 45 (17.97% from 255) = 20%
R=45.33%
G=34.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102784500.240.560.634.7438.7828.82
Hex664E2D018383C23271d
Octal146116550307074434735
Binary1100110100111010110101100011100011110010001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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