#64472E

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

Shades of Dallas #64472E

Tints of Dallas #64472E

Color information

#64472E (or 0x64472E) is unknown color: approx Dallas. HEX triplet: 64, 47 and 2E. RGB value is (100,71,46). Sum of RGB (Red+Green+Blue) = 100+71+46=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 100 - color contains mainly: red. Hex color #64472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64472E is #9BB8D1. Grayscale: #4C4C4C. Windows color (decimal): -10205394 or 3032932. OLE color: 3032932.

HSL color Cylindrical-coordinate representation of color #64472E: hue angle of 27.78º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64472E is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB1007146-
CMYK00.290.540.61
HSL27.78º36.99%28.63%-
HSV(B)27.78º54%39.22%-
XYZ87.413.59-
YUV76.82110.61144.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.08%
GREEN value IS 71 (28.12% from 255) = 32.72%
BLUE value IS 46 (18.36% from 255) = 21.20%
R=46.08%
G=32.72%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100714600.290.540.6127.7836.9928.63
Hex64472E01D363D1c251d
Octal144107560356675344535
Binary110010010001111011100111011101101111011110010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64472E; }

 p { color: rgb(100,71,46); }

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

<style>
 a { background-color: #64472E; }

 a { background-color: rgb(100,71,46); }

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

<style>
 span { border-color: #64472E; }

 span { border-color: rgb(100,71,46); }

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