Html Css Color HEX #684A49 Congo Brown

📋 copy color: '#684A49'

red 104 ◦ green 74 ◦ blue 73

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

Shades of Congo Brown #684A49

Tints of Congo Brown #684A49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 29.08%

R = 41.43%
G = 29.48%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#684A49 (or 0x684A49) is known color: Congo Brown. HEX triplet: 68, 4A and 49. RGB value is (104,74,73). Sum of RGB (Red+Green+Blue) = 104+74+73=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #684A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A49 is #97B5B6. Grayscale: #525252. Windows color (decimal): -9942455 or 4803176. OLE color: 4803176.

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

Color convert

RGB 104 74 73 -
CMYK 0 0.29 0.30 0.59
HSL 1.94º 0.18% 0.35% -
HSV(B) 1.94º 0.3% 0.41% -
XYZ 9.36 8.32 7.42 -
YUV 82.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 104 74 73 0 0.29 0.30 0.59 1.94 0.18 0.35
Hex 68 4A 49 0 1D 1E 3B 2 12 23
Octal 150 112 111 0 35 36 73 2 22 43
Binary 1101000 1001010 1001001 0 11101 11110 111011 10 10010 100011

Color Harmonies of #684A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A49

Black with #684A49

Text Example


Text Example

White with #684A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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