Html Css Color HEX #684E2B Dallas

📋 copy color: '#684E2B'

red 104 ◦ green 78 ◦ blue 43

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

Shades of Dallas #684E2B

Tints of Dallas #684E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.11%

R = 46.22%
G = 34.67%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#684E2B (or 0x684E2B) is known color: Dallas. HEX triplet: 68, 4E and 2B. RGB value is (104,78,43). Sum of RGB (Red+Green+Blue) = 104+78+43=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #684E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E2B is #97B1D4. Grayscale: #515151. Windows color (decimal): -9941461 or 2838120. OLE color: 2838120.

HSL color Cylindrical-coordinate representation of color #684E2B: hue angle of 34.43º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #684E2B is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 78 43 -
CMYK 0 0.25 0.59 0.59
HSL 34.43º 0.41% 0.29% -
HSV(B) 34.43º 0.59% 0.41% -
XYZ 8.87 8.57 3.47 -
YUV 81.78 106.11 143.85 -
System Red Green Blue C M Y K H S L
Decimal 104 78 43 0 0.25 0.59 0.59 34.43 0.41 0.29
Hex 68 4E 2B 0 19 3B 3B 22 29 1D
Octal 150 116 53 0 31 73 73 42 51 35
Binary 1101000 1001110 101011 0 11001 111011 111011 100010 101001 11101

Color Harmonies of #684E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684E2B

Black with #684E2B

Text Example


Text Example

White with #684E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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