#684B2F

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

Shades of Dallas #684B2F

Tints of Dallas #684B2F

Color information

#684B2F (or 0x684B2F) is unknown color: approx Dallas. HEX triplet: 68, 4B and 2F. RGB value is (104,75,47). Sum of RGB (Red+Green+Blue) = 104+75+47=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #684B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684B2F is #97B4D0. Grayscale: #505050. Windows color (decimal): -9942225 or 3099496. OLE color: 3099496.

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

Color convert

RGB1047547-
CMYK00.280.550.59
HSL29.47º37.75%29.61%-
HSV(B)29.47º54.81%40.78%-
XYZ8.748.183.81-
YUV80.48109.11144.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.02%
GREEN value IS 75 (29.69% from 255) = 33.19%
BLUE value IS 47 (18.75% from 255) = 20.80%
R=46.02%
G=33.19%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104754700.280.550.5929.4737.7529.61
Hex684B2F01C373B1d261e
Octal150113570346773354636
Binary110100010010111011110111001101111110111110110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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