#685235

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

Shades of Dallas #685235

Tints of Dallas #685235

Color information

#685235 (or 0x685235) is unknown color: approx Dallas. HEX triplet: 68, 52 and 35. RGB value is (104,82,53). Sum of RGB (Red+Green+Blue) = 104+82+53=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #685235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685235 is #97ADCA. Grayscale: #555555. Windows color (decimal): -9940427 or 3494504. OLE color: 3494504.

HSL color Cylindrical-coordinate representation of color #685235: hue angle of 34.12º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #685235 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB1048253-
CMYK00.210.490.59
HSL34.12º32.48%30.78%-
HSV(B)34.12º49.04%40.78%-
XYZ9.379.234.66-
YUV85.27109.79141.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 53 (21.09% from 255) = 22.18%
R=43.51%
G=34.31%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104825300.210.490.5934.1232.4830.78
Hex685235015313B22201f
Octal150122650256173424037
Binary1101000101001011010101010111000111101110001010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685235; }

 p { color: rgb(104,82,53); }

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

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

 a { background-color: rgb(104,82,53); }

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

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

 span { border-color: rgb(104,82,53); }

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