#684B2C

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

Shades of Dallas #684B2C

Tints of Dallas #684B2C

Color information

#684B2C (or 0x684B2C) is unknown color: approx Dallas. HEX triplet: 68, 4B and 2C. RGB value is (104,75,44). Sum of RGB (Red+Green+Blue) = 104+75+44=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #684B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684B2C is #97B4D3. Grayscale: #505050. Windows color (decimal): -9942228 or 2902888. OLE color: 2902888.

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

Color convert

RGB1047544-
CMYK00.280.580.59
HSL31º40.54%29.02%-
HSV(B)31º57.69%40.78%-
XYZ8.688.163.5-
YUV80.14107.61145.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.64%
GREEN value IS 75 (29.69% from 255) = 33.63%
BLUE value IS 44 (17.58% from 255) = 19.73%
R=46.64%
G=33.63%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104754400.280.580.593140.5429.02
Hex684B2C01C3A3B1f291d
Octal150113540347273375135
Binary110100010010111011000111001110101110111111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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