Html Css Color HEX #684F31 Dallas

📋 copy color: '#684F31'

red 104 ◦ green 79 ◦ blue 49

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

Shades of Dallas #684F31

Tints of Dallas #684F31

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.05%

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

R = 44.83%
G = 34.05%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#684F31 (or 0x684F31) is known color: Dallas. HEX triplet: 68, 4F and 31. RGB value is (104,79,49). Sum of RGB (Red+Green+Blue) = 104+79+49=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #684F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F31 is #97B0CE. Grayscale: #535353. Windows color (decimal): -9941199 or 3231592. OLE color: 3231592.

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

Color convert

RGB 104 79 49 -
CMYK 0 0.24 0.53 0.59
HSL 32.73º 0.36% 0.3% -
HSV(B) 32.73º 0.53% 0.41% -
XYZ 9.06 8.76 4.12 -
YUV 83.06 108.78 142.94 -
System Red Green Blue C M Y K H S L
Decimal 104 79 49 0 0.24 0.53 0.59 32.73 0.36 0.3
Hex 68 4F 31 0 18 35 3B 21 24 1E
Octal 150 117 61 0 30 65 73 41 44 36
Binary 1101000 1001111 110001 0 11000 110101 111011 100001 100100 11110

Color Harmonies of #684F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684F31

Black with #684F31

Text Example


Text Example

White with #684F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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