#685138

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

Shades of Dallas #685138

Tints of Dallas #685138

Color information

#685138 (or 0x685138) is unknown color: approx Dallas. HEX triplet: 68, 51 and 38. RGB value is (104,81,56). Sum of RGB (Red+Green+Blue) = 104+81+56=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #685138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685138 is #97AEC7. Grayscale: #555555. Windows color (decimal): -9940680 or 3690856. OLE color: 3690856.

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

Color convert

RGB1048156-
CMYK00.220.460.59
HSL31.25º30%31.37%-
HSV(B)31.25º46.15%40.78%-
XYZ9.379.115.01-
YUV85.03111.62141.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 81 (32.03% from 255) = 33.61%
BLUE value IS 56 (22.27% from 255) = 23.24%
R=43.15%
G=33.61%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104815600.220.460.5931.253031.37
Hex6851380162E3B1f1e1f
Octal150121700265673373637
Binary11010001010001111000010110101110111011111111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685138; }

 p { color: rgb(104,81,56); }

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

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

 a { background-color: rgb(104,81,56); }

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

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

 span { border-color: rgb(104,81,56); }

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