#68492D

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

Shades of Dallas #68492D

Tints of Dallas #68492D

Color information

#68492D (or 0x68492D) is unknown color: approx Dallas. HEX triplet: 68, 49 and 2D. RGB value is (104,73,45). Sum of RGB (Red+Green+Blue) = 104+73+45=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #68492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68492D is #97B6D2. Grayscale: #4F4F4F. Windows color (decimal): -9942739 or 2967912. OLE color: 2967912.

HSL color Cylindrical-coordinate representation of color #68492D: hue angle of 28.47º 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 #68492D is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB1047345-
CMYK00.300.570.59
HSL28.47º39.6%29.22%-
HSV(B)28.47º56.73%40.78%-
XYZ8.577.93.56-
YUV79.08108.77145.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.85%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 45 (17.97% from 255) = 20.27%
R=46.85%
G=32.88%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104734500.300.570.5928.4739.629.22
Hex68492D01E393B1c281d
Octal150111550367173345035
Binary110100010010011011010111101110011110111110010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68492D; }

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

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

<style>
 a { background-color: #68492D; }

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

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

<style>
 span { border-color: #68492D; }

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

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