Html Css Color HEX #685032 Dallas

📋 copy color: '#685032'

red 104 ◦ green 80 ◦ blue 50

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

Shades of Dallas #685032

Tints of Dallas #685032

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.19%

 BLUE value IS 50 (19.92% from 255) = 21.37%

R = 44.44%
G = 34.19%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#685032 (or 0x685032) is known color: Dallas. HEX triplet: 68, 50 and 32. RGB value is (104,80,50). Sum of RGB (Red+Green+Blue) = 104+80+50=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #685032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685032 is #97AFCD. Grayscale: #535353. Windows color (decimal): -9940942 or 3297384. OLE color: 3297384.

HSL color Cylindrical-coordinate representation of color #685032: hue angle of 33.33º 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 #685032 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 80 50 -
CMYK 0 0.23 0.52 0.59
HSL 33.33º 0.35% 0.3% -
HSV(B) 33.33º 0.52% 0.41% -
XYZ 9.15 8.91 4.26 -
YUV 83.76 108.95 142.44 -
System Red Green Blue C M Y K H S L
Decimal 104 80 50 0 0.23 0.52 0.59 33.33 0.35 0.3
Hex 68 50 32 0 17 34 3B 21 23 1E
Octal 150 120 62 0 27 64 73 41 43 36
Binary 1101000 1010000 110010 0 10111 110100 111011 100001 100011 11110

Color Harmonies of #685032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685032

Black with #685032

Text Example


Text Example

White with #685032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685032; }

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

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

background-color css

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

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

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

border-color css

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

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

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