#684E31

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

Shades of Dallas #684E31

Tints of Dallas #684E31

Color information

#684E31 (or 0x684E31) is unknown color: approx Dallas. HEX triplet: 68, 4E and 31. RGB value is (104,78,49). Sum of RGB (Red+Green+Blue) = 104+78+49=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #684E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E31 is #97B1CE. Grayscale: #525252. Windows color (decimal): -9941455 or 3231336. OLE color: 3231336.

HSL color Cylindrical-coordinate representation of color #684E31: hue angle of 31.64º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #684E31 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB1047849-
CMYK00.250.530.59
HSL31.64º35.95%30%-
HSV(B)31.64º52.88%40.78%-
XYZ8.998.614.09-
YUV82.47109.11143.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.02%
GREEN value IS 78 (30.86% from 255) = 33.77%
BLUE value IS 49 (19.53% from 255) = 21.21%
R=45.02%
G=33.77%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104784900.250.530.5931.6435.9530
Hex684E31019353B20241e
Octal150116610316573404436
Binary1101000100111011000101100111010111101110000010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684E31; }

 p { color: rgb(104,78,49); }

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

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

 a { background-color: rgb(104,78,49); }

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

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

 span { border-color: rgb(104,78,49); }

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