#64492D

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

Shades of Dallas #64492D

Tints of Dallas #64492D

Color information

#64492D (or 0x64492D) is unknown color: approx Dallas. HEX triplet: 64, 49 and 2D. RGB value is (100,73,45). Sum of RGB (Red+Green+Blue) = 100+73+45=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #64492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64492D is #9BB6D2. Grayscale: #4E4E4E. Windows color (decimal): -10204883 or 2967908. OLE color: 2967908.

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

Color convert

RGB1007345-
CMYK00.270.550.61
HSL30.55º37.93%28.43%-
HSV(B)30.55º55%39.22%-
XYZ8.117.663.53-
YUV77.88109.45143.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.87%
GREEN value IS 73 (28.91% from 255) = 33.49%
BLUE value IS 45 (17.97% from 255) = 20.64%
R=45.87%
G=33.49%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100734500.270.550.6130.5537.9328.43
Hex64492D01B373D1f261c
Octal144111550336775374634
Binary110010010010011011010110111101111111011111110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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