#68492B

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

Shades of Dallas #68492B

Tints of Dallas #68492B

Color information

#68492B (or 0x68492B) is unknown color: approx Dallas. HEX triplet: 68, 49 and 2B. RGB value is (104,73,43). Sum of RGB (Red+Green+Blue) = 104+73+43=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68492B is #97B6D4. Grayscale: #4F4F4F. Windows color (decimal): -9942741 or 2836840. OLE color: 2836840.

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

Color convert

RGB1047343-
CMYK00.300.590.59
HSL29.51º41.5%28.82%-
HSV(B)29.51º58.65%40.78%-
XYZ8.537.883.36-
YUV78.85107.77145.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 43 (17.19% from 255) = 19.55%
R=47.27%
G=33.18%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104734300.300.590.5929.5141.528.82
Hex68492B01E3B3B1e291d
Octal150111530367373365135
Binary110100010010011010110111101110111110111111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68492B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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