#684F34

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

Shades of Dallas #684F34

Tints of Dallas #684F34

Color information

#684F34 (or 0x684F34) is unknown color: approx Dallas. HEX triplet: 68, 4F and 34. RGB value is (104,79,52). Sum of RGB (Red+Green+Blue) = 104+79+52=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #684F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F34 is #97B0CB. Grayscale: #535353. Windows color (decimal): -9941196 or 3428200. OLE color: 3428200.

HSL color Cylindrical-coordinate representation of color #684F34: hue angle of 31.15º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #684F34 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1047952-
CMYK00.240.500.59
HSL31.15º33.33%30.59%-
HSV(B)31.15º50%40.78%-
XYZ9.128.784.46-
YUV83.4110.28142.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 79 (31.25% from 255) = 33.62%
BLUE value IS 52 (20.70% from 255) = 22.13%
R=44.26%
G=33.62%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104795200.240.500.5931.1533.3330.59
Hex684F34018323B1f211f
Octal150117640306273374137
Binary110100010011111101000110001100101110111111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,79,52); }

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

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

 a { background-color: rgb(104,79,52); }

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

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

 span { border-color: rgb(104,79,52); }

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