#664C2D

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

Shades of Dallas #664C2D

Tints of Dallas #664C2D

Color information

#664C2D (or 0x664C2D) is unknown color: approx Dallas. HEX triplet: 66, 4C and 2D. RGB value is (102,76,45). Sum of RGB (Red+Green+Blue) = 102+76+45=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #664C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664C2D is #99B3D2. Grayscale: #505050. Windows color (decimal): -10073043 or 2968678. OLE color: 2968678.

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

Color convert

RGB1027645-
CMYK00.250.560.6
HSL32.63º38.78%28.82%-
HSV(B)32.63º55.88%40%-
XYZ8.548.183.61-
YUV80.24108.11143.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.74%
GREEN value IS 76 (30.08% from 255) = 34.08%
BLUE value IS 45 (17.97% from 255) = 20.18%
R=45.74%
G=34.08%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102764500.250.560.632.6338.7828.82
Hex664C2D019383C21271d
Octal146114550317074414735
Binary1100110100110010110101100111100011110010000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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