#664C2F

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

Shades of Dallas #664C2F

Tints of Dallas #664C2F

Color information

#664C2F (or 0x664C2F) is unknown color: approx Dallas. HEX triplet: 66, 4C and 2F. RGB value is (102,76,47). Sum of RGB (Red+Green+Blue) = 102+76+47=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #664C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664C2F is #99B3D0. Grayscale: #505050. Windows color (decimal): -10073041 or 3099750. OLE color: 3099750.

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

Color convert

RGB1027647-
CMYK00.250.540.6
HSL31.64º36.91%29.22%-
HSV(B)31.64º53.92%40%-
XYZ8.588.23.82-
YUV80.47109.11143.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.33%
GREEN value IS 76 (30.08% from 255) = 33.78%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=45.33%
G=33.78%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102764700.250.540.631.6436.9129.22
Hex664C2F019363C20251d
Octal146114570316674404535
Binary1100110100110010111101100111011011110010000010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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