#64492B

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

Shades of Dallas #64492B

Tints of Dallas #64492B

Color information

#64492B (or 0x64492B) is unknown color: approx Dallas. HEX triplet: 64, 49 and 2B. RGB value is (100,73,43). Sum of RGB (Red+Green+Blue) = 100+73+43=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #64492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64492B is #9BB6D4. Grayscale: #4D4D4D. Windows color (decimal): -10204885 or 2836836. OLE color: 2836836.

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

Color convert

RGB1007343-
CMYK00.270.570.61
HSL31.58º39.86%28.04%-
HSV(B)31.58º57%39.22%-
XYZ8.077.653.34-
YUV77.65108.45143.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.30%
GREEN value IS 73 (28.91% from 255) = 33.80%
BLUE value IS 43 (17.19% from 255) = 19.91%
R=46.30%
G=33.80%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100734300.270.570.6131.5839.8628.04
Hex64492B01B393D20281c
Octal144111530337175405034
Binary1100100100100110101101101111100111110110000010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64492B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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