#684B2B

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

Shades of Dallas #684B2B

Tints of Dallas #684B2B

Color information

#684B2B (or 0x684B2B) is unknown color: approx Dallas. HEX triplet: 68, 4B and 2B. RGB value is (104,75,43). Sum of RGB (Red+Green+Blue) = 104+75+43=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #684B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684B2B is #97B4D4. Grayscale: #505050. Windows color (decimal): -9942229 or 2837352. OLE color: 2837352.

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

Color convert

RGB1047543-
CMYK00.280.590.59
HSL31.48º41.5%28.82%-
HSV(B)31.48º58.65%40.78%-
XYZ8.668.153.4-
YUV80.02107.11145.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.85%
GREEN value IS 75 (29.69% from 255) = 33.78%
BLUE value IS 43 (17.19% from 255) = 19.37%
R=46.85%
G=33.78%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104754300.280.590.5931.4841.528.82
Hex684B2B01C3B3B1f291d
Octal150113530347373375135
Binary110100010010111010110111001110111110111111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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