#685037

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

Shades of Dallas #685037

Tints of Dallas #685037

Color information

#685037 (or 0x685037) is unknown color: approx Dallas. HEX triplet: 68, 50 and 37. RGB value is (104,80,55). Sum of RGB (Red+Green+Blue) = 104+80+55=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 55 (21.88% from 255 or 23.01% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #685037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685037 is #97AFC8. Grayscale: #545454. Windows color (decimal): -9940937 or 3625064. OLE color: 3625064.

HSL color Cylindrical-coordinate representation of color #685037: hue angle of 30.61º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #685037 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB1048055-
CMYK00.230.470.59
HSL30.61º30.82%31.18%-
HSV(B)30.61º47.12%40.78%-
XYZ9.278.964.85-
YUV84.33111.45142.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 55 (21.88% from 255) = 23.01%
R=43.51%
G=33.47%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104805500.230.470.5930.6130.8231.18
Hex6850370172F3B1f1f1f
Octal150120670275773373737
Binary11010001010000110111010111101111111011111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685037; }

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

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

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

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

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

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

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

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