#664F32

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

Shades of Dallas #664F32

Tints of Dallas #664F32

Color information

#664F32 (or 0x664F32) is unknown color: approx Dallas. HEX triplet: 66, 4F and 32. RGB value is (102,79,50). Sum of RGB (Red+Green+Blue) = 102+79+50=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #664F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664F32 is #99B0CD. Grayscale: #525252. Windows color (decimal): -10072270 or 3297126. OLE color: 3297126.

HSL color Cylindrical-coordinate representation of color #664F32: hue angle of 33.46º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #664F32 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.6.

Color convert

RGB1027950-
CMYK00.230.510.6
HSL33.46º34.21%29.8%-
HSV(B)33.46º50.98%40%-
XYZ8.858.654.22-
YUV82.57109.62141.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.16%
GREEN value IS 79 (31.25% from 255) = 34.20%
BLUE value IS 50 (19.92% from 255) = 21.65%
R=44.16%
G=34.20%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102795000.230.510.633.4634.2129.8
Hex664F32017333C21221e
Octal146117620276374414236
Binary1100110100111111001001011111001111110010000110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,79,50); }

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

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

 a { background-color: rgb(102,79,50); }

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

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

 span { border-color: rgb(102,79,50); }

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