Html Css Color HEX #685031 Dallas

📋 copy color: '#685031'

red 104 ◦ green 80 ◦ blue 49

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

Shades of Dallas #685031

Tints of Dallas #685031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.03%

R = 44.64%
G = 34.33%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#685031 (or 0x685031) is known color: Dallas. HEX triplet: 68, 50 and 31. RGB value is (104,80,49). Sum of RGB (Red+Green+Blue) = 104+80+49=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #685031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685031 is #97AFCE. Grayscale: #535353. Windows color (decimal): -9940943 or 3231848. OLE color: 3231848.

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

Color convert

RGB 104 80 49 -
CMYK 0 0.23 0.53 0.59
HSL 33.82º 0.36% 0.3% -
HSV(B) 33.82º 0.53% 0.41% -
XYZ 9.13 8.9 4.14 -
YUV 83.64 108.45 142.52 -
System Red Green Blue C M Y K H S L
Decimal 104 80 49 0 0.23 0.53 0.59 33.82 0.36 0.3
Hex 68 50 31 0 17 35 3B 22 24 1E
Octal 150 120 61 0 27 65 73 42 44 36
Binary 1101000 1010000 110001 0 10111 110101 111011 100010 100100 11110

Color Harmonies of #685031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685031

Black with #685031

Text Example


Text Example

White with #685031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685031; }

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

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

background-color css

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

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

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

border-color css

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

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

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