Html Css Color HEX #685049 Congo Brown

📋 copy color: '#685049'

red 104 ◦ green 80 ◦ blue 73

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

Shades of Congo Brown #685049

Tints of Congo Brown #685049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.13%

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

R = 40.47%
G = 31.13%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#685049 (or 0x685049) is known color: Congo Brown. HEX triplet: 68, 50 and 49. RGB value is (104,80,73). Sum of RGB (Red+Green+Blue) = 104+80+73=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #685049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685049 is #97AFB6. Grayscale: #565656. Windows color (decimal): -9940919 or 4804712. OLE color: 4804712.

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

Color convert

RGB 104 80 73 -
CMYK 0 0.23 0.30 0.59
HSL 13.55º 0.18% 0.35% -
HSV(B) 13.55º 0.3% 0.41% -
XYZ 9.78 9.16 7.56 -
YUV 86.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 104 80 73 0 0.23 0.30 0.59 13.55 0.18 0.35
Hex 68 50 49 0 17 1E 3B E 12 23
Octal 150 120 111 0 27 36 73 16 22 43
Binary 1101000 1010000 1001001 0 10111 11110 111011 1110 10010 100011

Color Harmonies of #685049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685049

Black with #685049

Text Example


Text Example

White with #685049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685049; }

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

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

background-color css

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

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

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

border-color css

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

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

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