#68492F

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

Shades of Dallas #68492F

Tints of Dallas #68492F

Color information

#68492F (or 0x68492F) is unknown color: approx Dallas. HEX triplet: 68, 49 and 2F. RGB value is (104,73,47). Sum of RGB (Red+Green+Blue) = 104+73+47=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #68492F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68492F is #97B6D0. Grayscale: #4F4F4F. Windows color (decimal): -9942737 or 3098984. OLE color: 3098984.

HSL color Cylindrical-coordinate representation of color #68492F: hue angle of 27.37º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68492F is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB1047347-
CMYK00.300.550.59
HSL27.37º37.75%29.61%-
HSV(B)27.37º54.81%40.78%-
XYZ8.67.913.76-
YUV79.31109.77145.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.43%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 47 (18.75% from 255) = 20.98%
R=46.43%
G=32.59%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104734700.300.550.5927.3737.7529.61
Hex68492F01E373B1b261e
Octal150111570366773334636
Binary110100010010011011110111101101111110111101110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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