Html Css Color HEX #684D31 Dallas

📋 copy color: '#684D31'

red 104 ◦ green 77 ◦ blue 49

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

Shades of Dallas #684D31

Tints of Dallas #684D31

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.48%

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

R = 45.22%
G = 33.48%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#684D31 (or 0x684D31) is known color: Dallas. HEX triplet: 68, 4D and 31. RGB value is (104,77,49). Sum of RGB (Red+Green+Blue) = 104+77+49=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #684D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D31 is #97B2CE. Grayscale: #525252. Windows color (decimal): -9941711 or 3231080. OLE color: 3231080.

HSL color Cylindrical-coordinate representation of color #684D31: hue angle of 30.55º 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 #684D31 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 77 49 -
CMYK 0 0.26 0.53 0.59
HSL 30.55º 0.36% 0.3% -
HSV(B) 30.55º 0.53% 0.41% -
XYZ 8.92 8.47 4.07 -
YUV 81.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 104 77 49 0 0.26 0.53 0.59 30.55 0.36 0.3
Hex 68 4D 31 0 1A 35 3B 1F 24 1E
Octal 150 115 61 0 32 65 73 37 44 36
Binary 1101000 1001101 110001 0 11010 110101 111011 11111 100100 11110

Color Harmonies of #684D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684D31

Black with #684D31

Text Example


Text Example

White with #684D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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