Html Css Color HEX #684A2B Dallas

📋 copy color: '#684A2B'

red 104 ◦ green 74 ◦ blue 43

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

Shades of Dallas #684A2B

Tints of Dallas #684A2B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.48%

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

R = 47.06%
G = 33.48%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#684A2B (or 0x684A2B) is known color: Dallas. HEX triplet: 68, 4A and 2B. RGB value is (104,74,43). Sum of RGB (Red+Green+Blue) = 104+74+43=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #684A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A2B is #97B5D4. Grayscale: #4F4F4F. Windows color (decimal): -9942485 or 2837096. OLE color: 2837096.

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

Color convert

RGB 104 74 43 -
CMYK 0 0.29 0.59 0.59
HSL 30.49º 0.41% 0.29% -
HSV(B) 30.49º 0.59% 0.41% -
XYZ 8.59 8.02 3.38 -
YUV 79.44 107.44 145.52 -
System Red Green Blue C M Y K H S L
Decimal 104 74 43 0 0.29 0.59 0.59 30.49 0.41 0.29
Hex 68 4A 2B 0 1D 3B 3B 1E 29 1D
Octal 150 112 53 0 35 73 73 36 51 35
Binary 1101000 1001010 101011 0 11101 111011 111011 11110 101001 11101

Color Harmonies of #684A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A2B

Black with #684A2B

Text Example


Text Example

White with #684A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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