#684E2C

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

Shades of Dallas #684E2C

Tints of Dallas #684E2C

Color information

#684E2C (or 0x684E2C) is unknown color: approx Dallas. HEX triplet: 68, 4E and 2C. RGB value is (104,78,44). Sum of RGB (Red+Green+Blue) = 104+78+44=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #684E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E2C is #97B1D3. Grayscale: #525252. Windows color (decimal): -9941460 or 2903656. OLE color: 2903656.

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

Color convert

RGB1047844-
CMYK00.250.580.59
HSL34º40.54%29.02%-
HSV(B)34º57.69%40.78%-
XYZ8.898.573.57-
YUV81.9106.61143.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.02%
GREEN value IS 78 (30.86% from 255) = 34.51%
BLUE value IS 44 (17.58% from 255) = 19.47%
R=46.02%
G=34.51%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104784400.250.580.593440.5429.02
Hex684E2C0193A3B22291d
Octal150116540317273425135
Binary1101000100111010110001100111101011101110001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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