#684E2F

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

Shades of Dallas #684E2F

Tints of Dallas #684E2F

Color information

#684E2F (or 0x684E2F) is unknown color: approx Dallas. HEX triplet: 68, 4E and 2F. RGB value is (104,78,47). Sum of RGB (Red+Green+Blue) = 104+78+47=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #684E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E2F is #97B1D0. Grayscale: #525252. Windows color (decimal): -9941457 or 3100264. OLE color: 3100264.

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

Color convert

RGB1047847-
CMYK00.250.550.59
HSL32.63º37.75%29.61%-
HSV(B)32.63º54.81%40.78%-
XYZ8.958.63.88-
YUV82.24108.11143.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.41%
GREEN value IS 78 (30.86% from 255) = 34.06%
BLUE value IS 47 (18.75% from 255) = 20.52%
R=45.41%
G=34.06%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104784700.250.550.5932.6337.7529.61
Hex684E2F019373B21261e
Octal150116570316773414636
Binary1101000100111010111101100111011111101110000110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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