#664B32

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

Shades of Dallas #664B32

Tints of Dallas #664B32

Color information

#664B32 (or 0x664B32) is unknown color: approx Dallas. HEX triplet: 66, 4B and 32. RGB value is (102,75,50). Sum of RGB (Red+Green+Blue) = 102+75+50=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #664B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B32 is #99B4CD. Grayscale: #505050. Windows color (decimal): -10073294 or 3296102. OLE color: 3296102.

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

Color convert

RGB1027550-
CMYK00.260.510.6
HSL28.85º34.21%29.8%-
HSV(B)28.85º50.98%40%-
XYZ8.578.094.13-
YUV80.22110.95143.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.93%
GREEN value IS 75 (29.69% from 255) = 33.04%
BLUE value IS 50 (19.92% from 255) = 22.03%
R=44.93%
G=33.04%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102755000.260.510.628.8534.2129.8
Hex664B3201A333C1d221e
Octal146113620326374354236
Binary110011010010111100100110101100111111001110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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