Html Css Color HEX #684E2E Dallas

📋 copy color: '#684E2E'

red 104 ◦ green 78 ◦ blue 46

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

Shades of Dallas #684E2E

Tints of Dallas #684E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.18%

R = 45.61%
G = 34.21%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#684E2E (or 0x684E2E) is known color: Dallas. HEX triplet: 68, 4E and 2E. RGB value is (104,78,46). Sum of RGB (Red+Green+Blue) = 104+78+46=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 104 - color contains mainly: red. Hex color #684E2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E2E is #97B1D1. Grayscale: #525252. Windows color (decimal): -9941458 or 3034728. OLE color: 3034728.

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

Color convert

RGB 104 78 46 -
CMYK 0 0.25 0.56 0.59
HSL 33.1º 0.39% 0.29% -
HSV(B) 33.1º 0.56% 0.41% -
XYZ 8.93 8.59 3.77 -
YUV 82.13 107.61 143.6 -
System Red Green Blue C M Y K H S L
Decimal 104 78 46 0 0.25 0.56 0.59 33.1 0.39 0.29
Hex 68 4E 2E 0 19 38 3B 21 27 1D
Octal 150 116 56 0 31 70 73 41 47 35
Binary 1101000 1001110 101110 0 11001 111000 111011 100001 100111 11101

Color Harmonies of #684E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684E2E

Black with #684E2E

Text Example


Text Example

White with #684E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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