#685132

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

Shades of Dallas #685132

Tints of Dallas #685132

Color information

#685132 (or 0x685132) is unknown color: approx Dallas. HEX triplet: 68, 51 and 32. RGB value is (104,81,50). Sum of RGB (Red+Green+Blue) = 104+81+50=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #685132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685132 is #97AECD. Grayscale: #545454. Windows color (decimal): -9940686 or 3297640. OLE color: 3297640.

HSL color Cylindrical-coordinate representation of color #685132: hue angle of 34.44º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #685132 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB1048150-
CMYK00.220.520.59
HSL34.44º35.06%30.2%-
HSV(B)34.44º51.92%40.78%-
XYZ9.239.064.28-
YUV84.34108.62142.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 50 (19.92% from 255) = 21.28%
R=44.26%
G=34.47%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104815000.220.520.5934.4435.0630.2
Hex685132016343B22231e
Octal150121620266473424336
Binary1101000101000111001001011011010011101110001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685132; }

 p { color: rgb(104,81,50); }

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

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

 a { background-color: rgb(104,81,50); }

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

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

 span { border-color: rgb(104,81,50); }

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