#684E35

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

Shades of Dallas #684E35

Tints of Dallas #684E35

Color information

#684E35 (or 0x684E35) is unknown color: approx Dallas. HEX triplet: 68, 4E and 35. RGB value is (104,78,53). Sum of RGB (Red+Green+Blue) = 104+78+53=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #684E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E35 is #97B1CA. Grayscale: #535353. Windows color (decimal): -9941451 or 3493480. OLE color: 3493480.

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

Color convert

RGB1047853-
CMYK00.250.490.59
HSL29.41º32.48%30.78%-
HSV(B)29.41º49.04%40.78%-
XYZ9.088.654.56-
YUV82.92111.11143.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 78 (30.86% from 255) = 33.19%
BLUE value IS 53 (21.09% from 255) = 22.55%
R=44.26%
G=33.19%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104785300.250.490.5929.4132.4830.78
Hex684E35019313B1d201f
Octal150116650316173354037
Binary110100010011101101010110011100011110111110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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