#684D2A

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

Shades of Dallas #684D2A

Tints of Dallas #684D2A

Color information

#684D2A (or 0x684D2A) is unknown color: approx Dallas. HEX triplet: 68, 4D and 2A. RGB value is (104,77,42). Sum of RGB (Red+Green+Blue) = 104+77+42=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #684D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D2A is #97B2D5. Grayscale: #515151. Windows color (decimal): -9941718 or 2772328. OLE color: 2772328.

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

Color convert

RGB1047742-
CMYK00.260.600.59
HSL33.87º42.47%28.63%-
HSV(B)33.87º59.62%40.78%-
XYZ8.788.423.35-
YUV81.08105.95144.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.64%
GREEN value IS 77 (30.47% from 255) = 34.53%
BLUE value IS 42 (16.80% from 255) = 18.83%
R=46.64%
G=34.53%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104774200.260.600.5933.8742.4728.63
Hex684D2A01A3C3B222a1d
Octal150115520327473425235
Binary1101000100110110101001101011110011101110001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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