#645037

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

Shades of Dallas #645037

Tints of Dallas #645037

Color information

#645037 (or 0x645037) is unknown color: approx Dallas. HEX triplet: 64, 50 and 37. RGB value is (100,80,55). Sum of RGB (Red+Green+Blue) = 100+80+55=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 100 - color contains mainly: red. Hex color #645037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645037 is #9BAFC8. Grayscale: #535353. Windows color (decimal): -10203081 or 3625060. OLE color: 3625060.

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

Color convert

RGB1008055-
CMYK00.20.450.61
HSL33.33º29.03%30.39%-
HSV(B)33.33º45%39.22%-
XYZ8.818.724.83-
YUV83.13112.13140.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.55%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 55 (21.88% from 255) = 23.40%
R=42.55%
G=34.04%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100805500.20.450.6133.3329.0330.39
Hex6450370142D3D211d1e
Octal144120670245575413536
Binary110010010100001101110101001011011111011000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645037; }

 p { color: rgb(100,80,55); }

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

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

 a { background-color: rgb(100,80,55); }

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

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

 span { border-color: rgb(100,80,55); }

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