Html Css Color HEX #684D2E Dallas

📋 copy color: '#684D2E'

red 104 ◦ green 77 ◦ blue 46

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

Shades of Dallas #684D2E

Tints of Dallas #684D2E

RGB

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

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

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

R = 45.81%
G = 33.92%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#684D2E (or 0x684D2E) is known color: Dallas. HEX triplet: 68, 4D and 2E. RGB value is (104,77,46). Sum of RGB (Red+Green+Blue) = 104+77+46=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #684D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D2E is #97B2D1. Grayscale: #515151. Windows color (decimal): -9941714 or 3034472. OLE color: 3034472.

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

Color convert

RGB 104 77 46 -
CMYK 0 0.26 0.56 0.59
HSL 32.07º 0.39% 0.29% -
HSV(B) 32.07º 0.56% 0.41% -
XYZ 8.86 8.45 3.75 -
YUV 81.54 107.95 144.02 -
System Red Green Blue C M Y K H S L
Decimal 104 77 46 0 0.26 0.56 0.59 32.07 0.39 0.29
Hex 68 4D 2E 0 1A 38 3B 20 27 1D
Octal 150 115 56 0 32 70 73 40 47 35
Binary 1101000 1001101 101110 0 11010 111000 111011 100000 100111 11101

Color Harmonies of #684D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684D2E

Black with #684D2E

Text Example


Text Example

White with #684D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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