#64492F

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

Shades of Dallas #64492F

Tints of Dallas #64492F

Color information

#64492F (or 0x64492F) is unknown color: approx Dallas. HEX triplet: 64, 49 and 2F. RGB value is (100,73,47). Sum of RGB (Red+Green+Blue) = 100+73+47=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 100 - color contains mainly: red. Hex color #64492F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64492F is #9BB6D0. Grayscale: #4E4E4E. Windows color (decimal): -10204881 or 3098980. OLE color: 3098980.

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

Color convert

RGB1007347-
CMYK00.270.530.61
HSL29.43º36.05%28.82%-
HSV(B)29.43º53%39.22%-
XYZ8.157.683.74-
YUV78.11110.45143.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.45%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 47 (18.75% from 255) = 21.36%
R=45.45%
G=33.18%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100734700.270.530.6129.4336.0528.82
Hex64492F01B353D1d241d
Octal144111570336575354435
Binary110010010010011011110110111101011111011110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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