#684D2D

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

Shades of Dallas #684D2D

Tints of Dallas #684D2D

Color information

#684D2D (or 0x684D2D) is unknown color: approx Dallas. HEX triplet: 68, 4D and 2D. RGB value is (104,77,45). Sum of RGB (Red+Green+Blue) = 104+77+45=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #684D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D2D is #97B2D2. Grayscale: #515151. Windows color (decimal): -9941715 or 2968936. OLE color: 2968936.

HSL color Cylindrical-coordinate representation of color #684D2D: hue angle of 32.54º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #684D2D is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB1047745-
CMYK00.260.570.59
HSL32.54º39.6%29.22%-
HSV(B)32.54º56.73%40.78%-
XYZ8.848.443.65-
YUV81.42107.45144.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.02%
GREEN value IS 77 (30.47% from 255) = 34.07%
BLUE value IS 45 (17.97% from 255) = 19.91%
R=46.02%
G=34.07%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104774500.260.570.5932.5439.629.22
Hex684D2D01A393B21281d
Octal150115550327173415035
Binary1101000100110110110101101011100111101110000110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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