Html Css Color HEX #685134 Dallas

📋 copy color: '#685134'

red 104 ◦ green 81 ◦ blue 52

#685134
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dallas #685134

Tints of Dallas #685134

RGB

 RED value IS 104 (41.02% from 255) = 43.88%

 GREEN value IS 81 (32.03% from 255) = 34.18%

 BLUE value IS 52 (20.7% from 255) = 21.94%

R = 43.88%
G = 34.18%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#685134 (or 0x685134) is known color: Dallas. HEX triplet: 68, 51 and 34. RGB value is (104,81,52). Sum of RGB (Red+Green+Blue) = 104+81+52=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #685134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685134 is #97AECB. Grayscale: #545454. Windows color (decimal): -9940684 or 3428712. OLE color: 3428712.

HSL color Cylindrical-coordinate representation of color #685134: hue angle of 33.46º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #685134 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 81 52 -
CMYK 0 0.22 0.50 0.59
HSL 33.46º 0.33% 0.31% -
HSV(B) 33.46º 0.5% 0.41% -
XYZ 9.27 9.08 4.51 -
YUV 84.57 109.62 141.86 -
System Red Green Blue C M Y K H S L
Decimal 104 81 52 0 0.22 0.50 0.59 33.46 0.33 0.31
Hex 68 51 34 0 16 32 3B 21 21 1F
Octal 150 121 64 0 26 62 73 41 41 37
Binary 1101000 1010001 110100 0 10110 110010 111011 100001 100001 11111

Color Harmonies of #685134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685134

Black with #685134

Text Example


Text Example

White with #685134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685134; }

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

 H1.HeaderClassName
 {
   color: #685134;
 }
 .AnyTagClassName
 {
   color: #685134;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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