Html Css Color HEX #684D2C Dallas

📋 copy color: '#684D2C'

red 104 ◦ green 77 ◦ blue 44

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

Shades of Dallas #684D2C

Tints of Dallas #684D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.56%

R = 46.22%
G = 34.22%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#684D2C (or 0x684D2C) is known color: Dallas. HEX triplet: 68, 4D and 2C. RGB value is (104,77,44). Sum of RGB (Red+Green+Blue) = 104+77+44=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #684D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D2C is #97B2D3. Grayscale: #515151. Windows color (decimal): -9941716 or 2903400. OLE color: 2903400.

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

Color convert

RGB 104 77 44 -
CMYK 0 0.26 0.58 0.59
HSL 33º 0.41% 0.29% -
HSV(B) 33º 0.58% 0.41% -
XYZ 8.82 8.43 3.55 -
YUV 81.31 106.95 144.18 -
System Red Green Blue C M Y K H S L
Decimal 104 77 44 0 0.26 0.58 0.59 33 0.41 0.29
Hex 68 4D 2C 0 1A 3A 3B 21 29 1D
Octal 150 115 54 0 32 72 73 41 51 35
Binary 1101000 1001101 101100 0 11010 111010 111011 100001 101001 11101

Color Harmonies of #684D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684D2C

Black with #684D2C

Text Example


Text Example

White with #684D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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