Html Css Color HEX #684D32 Dallas

📋 copy color: '#684D32'

red 104 ◦ green 77 ◦ blue 50

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

Shades of Dallas #684D32

Tints of Dallas #684D32

RGB

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

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

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

R = 45.02%
G = 33.33%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#684D32 (or 0x684D32) is known color: Dallas. HEX triplet: 68, 4D and 32. RGB value is (104,77,50). Sum of RGB (Red+Green+Blue) = 104+77+50=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #684D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D32 is #97B2CD. Grayscale: #525252. Windows color (decimal): -9941710 or 3296616. OLE color: 3296616.

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

Color convert

RGB 104 77 50 -
CMYK 0 0.26 0.52 0.59
HSL 30º 0.35% 0.3% -
HSV(B) 30º 0.52% 0.41% -
XYZ 8.94 8.48 4.18 -
YUV 82 109.95 143.7 -
System Red Green Blue C M Y K H S L
Decimal 104 77 50 0 0.26 0.52 0.59 30 0.35 0.3
Hex 68 4D 32 0 1A 34 3B 1E 23 1E
Octal 150 115 62 0 32 64 73 36 43 36
Binary 1101000 1001101 110010 0 11010 110100 111011 11110 100011 11110

Color Harmonies of #684D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684D32

Black with #684D32

Text Example


Text Example

White with #684D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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