#684B2A

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

Shades of Dallas #684B2A

Tints of Dallas #684B2A

Color information

#684B2A (or 0x684B2A) is unknown color: approx Dallas. HEX triplet: 68, 4B and 2A. RGB value is (104,75,42). Sum of RGB (Red+Green+Blue) = 104+75+42=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #684B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684B2A is #97B4D5. Grayscale: #505050. Windows color (decimal): -9942230 or 2771816. OLE color: 2771816.

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

Color convert

RGB1047542-
CMYK00.280.600.59
HSL31.94º42.47%28.63%-
HSV(B)31.94º59.62%40.78%-
XYZ8.648.143.31-
YUV79.91106.61145.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.06%
GREEN value IS 75 (29.69% from 255) = 33.94%
BLUE value IS 42 (16.80% from 255) = 19.00%
R=47.06%
G=33.94%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104754200.280.600.5931.9442.4728.63
Hex684B2A01C3C3B202a1d
Octal150113520347473405235
Binary1101000100101110101001110011110011101110000010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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