#685030

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

Shades of Dallas #685030

Tints of Dallas #685030

Color information

#685030 (or 0x685030) is unknown color: approx Dallas. HEX triplet: 68, 50 and 30. RGB value is (104,80,48). Sum of RGB (Red+Green+Blue) = 104+80+48=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #685030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685030 is #97AFCF. Grayscale: #535353. Windows color (decimal): -9940944 or 3166312. OLE color: 3166312.

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

Color convert

RGB1048048-
CMYK00.230.540.59
HSL34.29º36.84%29.8%-
HSV(B)34.29º53.85%40.78%-
XYZ9.118.894.03-
YUV83.53107.95142.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 48 (19.14% from 255) = 20.69%
R=44.83%
G=34.48%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104804800.230.540.5934.2936.8429.8
Hex685030017363B22251e
Octal150120600276673424536
Binary1101000101000011000001011111011011101110001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685030; }

 p { color: rgb(104,80,48); }

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

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

 a { background-color: rgb(104,80,48); }

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

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

 span { border-color: rgb(104,80,48); }

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