#685133

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

Shades of Dallas #685133

Tints of Dallas #685133

Color information

#685133 (or 0x685133) is unknown color: approx Dallas. HEX triplet: 68, 51 and 33. RGB value is (104,81,51). Sum of RGB (Red+Green+Blue) = 104+81+51=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #685133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685133 is #97AECC. Grayscale: #545454. Windows color (decimal): -9940685 or 3363176. OLE color: 3363176.

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

Color convert

RGB1048151-
CMYK00.220.510.59
HSL33.96º34.19%30.39%-
HSV(B)33.96º50.96%40.78%-
XYZ9.259.074.39-
YUV84.46109.12141.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.07%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 51 (20.31% from 255) = 21.61%
R=44.07%
G=34.32%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104815100.220.510.5933.9634.1930.39
Hex685133016333B22221e
Octal150121630266373424236
Binary1101000101000111001101011011001111101110001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685133; }

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

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

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

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

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

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

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

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