#64492C

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

Shades of Dallas #64492C

Tints of Dallas #64492C

Color information

#64492C (or 0x64492C) is unknown color: approx Dallas. HEX triplet: 64, 49 and 2C. RGB value is (100,73,44). Sum of RGB (Red+Green+Blue) = 100+73+44=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 100 - color contains mainly: red. Hex color #64492C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64492C is #9BB6D3. Grayscale: #4D4D4D. Windows color (decimal): -10204884 or 2902372. OLE color: 2902372.

HSL color Cylindrical-coordinate representation of color #64492C: hue angle of 31.07º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64492C is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB1007344-
CMYK00.270.560.61
HSL31.07º38.89%28.24%-
HSV(B)31.07º56%39.22%-
XYZ8.097.663.43-
YUV77.77108.95143.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.08%
GREEN value IS 73 (28.91% from 255) = 33.64%
BLUE value IS 44 (17.58% from 255) = 20.28%
R=46.08%
G=33.64%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100734400.270.560.6131.0738.8928.24
Hex64492C01B383D1f271c
Octal144111540337075374734
Binary110010010010011011000110111110001111011111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64492C; }

 p { color: rgb(100,73,44); }

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

<style>
 a { background-color: #64492C; }

 a { background-color: rgb(100,73,44); }

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

<style>
 span { border-color: #64492C; }

 span { border-color: rgb(100,73,44); }

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