#664B2C

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

Shades of Dallas #664B2C

Tints of Dallas #664B2C

Color information

#664B2C (or 0x664B2C) is unknown color: approx Dallas. HEX triplet: 66, 4B and 2C. RGB value is (102,75,44). Sum of RGB (Red+Green+Blue) = 102+75+44=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #664B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B2C is #99B4D3. Grayscale: #4F4F4F. Windows color (decimal): -10073300 or 2902886. OLE color: 2902886.

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

Color convert

RGB1027544-
CMYK00.260.570.6
HSL32.07º39.73%28.63%-
HSV(B)32.07º56.86%40%-
XYZ8.458.043.49-
YUV79.54107.95144.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.15%
GREEN value IS 75 (29.69% from 255) = 33.94%
BLUE value IS 44 (17.58% from 255) = 19.91%
R=46.15%
G=33.94%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102754400.260.570.632.0739.7328.63
Hex664B2C01A393C20281d
Octal146113540327174405035
Binary1100110100101110110001101011100111110010000010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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