#684D31

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

Shades of Dallas #684D31

Tints of Dallas #684D31

Color information

#684D31 (or 0x684D31) is unknown color: approx Dallas. HEX triplet: 68, 4D and 31. RGB value is (104,77,49). Sum of RGB (Red+Green+Blue) = 104+77+49=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #684D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D31 is #97B2CE. Grayscale: #525252. Windows color (decimal): -9941711 or 3231080. OLE color: 3231080.

HSL color Cylindrical-coordinate representation of color #684D31: hue angle of 30.55º 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 #684D31 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB1047749-
CMYK00.260.530.59
HSL30.55º35.95%30%-
HSV(B)30.55º52.88%40.78%-
XYZ8.928.474.07-
YUV81.88109.45143.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.22%
GREEN value IS 77 (30.47% from 255) = 33.48%
BLUE value IS 49 (19.53% from 255) = 21.30%
R=45.22%
G=33.48%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104774900.260.530.5930.5535.9530
Hex684D3101A353B1f241e
Octal150115610326573374436
Binary110100010011011100010110101101011110111111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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