Html Css Color HEX #684C31 Dallas

📋 copy color: '#684C31'

red 104 ◦ green 76 ◦ blue 49

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

Shades of Dallas #684C31

Tints of Dallas #684C31

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.19%

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

R = 45.41%
G = 33.19%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#684C31 (or 0x684C31) is known color: Dallas. HEX triplet: 68, 4C and 31. RGB value is (104,76,49). Sum of RGB (Red+Green+Blue) = 104+76+49=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #684C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684C31 is #97B3CE. Grayscale: #515151. Windows color (decimal): -9941967 or 3230824. OLE color: 3230824.

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

Color convert

RGB 104 76 49 -
CMYK 0 0.27 0.53 0.59
HSL 29.45º 0.36% 0.3% -
HSV(B) 29.45º 0.53% 0.41% -
XYZ 8.85 8.33 4.05 -
YUV 81.29 109.78 144.2 -
System Red Green Blue C M Y K H S L
Decimal 104 76 49 0 0.27 0.53 0.59 29.45 0.36 0.3
Hex 68 4C 31 0 1B 35 3B 1D 24 1E
Octal 150 114 61 0 33 65 73 35 44 36
Binary 1101000 1001100 110001 0 11011 110101 111011 11101 100100 11110

Color Harmonies of #684C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684C31

Black with #684C31

Text Example


Text Example

White with #684C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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