#684E2D

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

Shades of Dallas #684E2D

Tints of Dallas #684E2D

Color information

#684E2D (or 0x684E2D) is unknown color: approx Dallas. HEX triplet: 68, 4E and 2D. RGB value is (104,78,45). Sum of RGB (Red+Green+Blue) = 104+78+45=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #684E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E2D is #97B1D2. Grayscale: #525252. Windows color (decimal): -9941459 or 2969192. OLE color: 2969192.

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

Color convert

RGB1047845-
CMYK00.250.570.59
HSL33.56º39.6%29.22%-
HSV(B)33.56º56.73%40.78%-
XYZ8.918.583.67-
YUV82.01107.11143.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.81%
GREEN value IS 78 (30.86% from 255) = 34.36%
BLUE value IS 45 (17.97% from 255) = 19.82%
R=45.81%
G=34.36%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104784500.250.570.5933.5639.629.22
Hex684E2D019393B22281d
Octal150116550317173425035
Binary1101000100111010110101100111100111101110001010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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