#645031

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

Shades of Dallas #645031

Tints of Dallas #645031

Color information

#645031 (or 0x645031) is unknown color: approx Dallas. HEX triplet: 64, 50 and 31. RGB value is (100,80,49). Sum of RGB (Red+Green+Blue) = 100+80+49=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 100 - color contains mainly: red. Hex color #645031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645031 is #9BAFCE. Grayscale: #525252. Windows color (decimal): -10203087 or 3231844. OLE color: 3231844.

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

Color convert

RGB1008049-
CMYK00.20.510.61
HSL36.47º34.23%29.22%-
HSV(B)36.47º51%39.22%-
XYZ8.688.674.12-
YUV82.45109.13140.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.67%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 49 (19.53% from 255) = 21.40%
R=43.67%
G=34.93%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100804900.20.510.6136.4734.2329.22
Hex645031014333D24221d
Octal144120610246375444235
Binary1100100101000011000101010011001111110110010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645031; }

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

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

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

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

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

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

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

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