Html Css Color HEX #684E32 Dallas

📋 copy color: '#684E32'

red 104 ◦ green 78 ◦ blue 50

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

Shades of Dallas #684E32

Tints of Dallas #684E32

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.62%

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

R = 44.83%
G = 33.62%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#684E32 (or 0x684E32) is known color: Dallas. HEX triplet: 68, 4E and 32. RGB value is (104,78,50). Sum of RGB (Red+Green+Blue) = 104+78+50=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #684E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E32 is #97B1CD. Grayscale: #525252. Windows color (decimal): -9941454 or 3296872. OLE color: 3296872.

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

Color convert

RGB 104 78 50 -
CMYK 0 0.25 0.52 0.59
HSL 31.11º 0.35% 0.3% -
HSV(B) 31.11º 0.52% 0.41% -
XYZ 9.01 8.62 4.21 -
YUV 82.58 109.61 143.28 -
System Red Green Blue C M Y K H S L
Decimal 104 78 50 0 0.25 0.52 0.59 31.11 0.35 0.3
Hex 68 4E 32 0 19 34 3B 1F 23 1E
Octal 150 116 62 0 31 64 73 37 43 36
Binary 1101000 1001110 110010 0 11001 110100 111011 11111 100011 11110

Color Harmonies of #684E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684E32

Black with #684E32

Text Example


Text Example

White with #684E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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