Html Css Color HEX #685550 Congo Brown

📋 copy color: '#685550'

red 104 ◦ green 85 ◦ blue 80

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

Shades of Congo Brown #685550

Tints of Congo Brown #685550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.6%

 BLUE value IS 80 (31.64% from 255) = 29.74%

R = 38.66%
G = 31.6%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#685550 (or 0x685550) is known color: Congo Brown. HEX triplet: 68, 55 and 50. RGB value is (104,85,80). Sum of RGB (Red+Green+Blue) = 104+85+80=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #685550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685550 is #97AAAF. Grayscale: #5A5A5A. Windows color (decimal): -9939632 or 5264744. OLE color: 5264744.

HSL color Cylindrical-coordinate representation of color #685550: hue angle of 12.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #685550 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 85 80 -
CMYK 0 0.18 0.23 0.59
HSL 12.5º 0.13% 0.36% -
HSV(B) 12.5º 0.23% 0.41% -
XYZ 10.41 10.02 8.97 -
YUV 90.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 104 85 80 0 0.18 0.23 0.59 12.5 0.13 0.36
Hex 68 55 50 0 12 17 3B C D 24
Octal 150 125 120 0 22 27 73 14 15 44
Binary 1101000 1010101 1010000 0 10010 10111 111011 1100 1101 100100

Color Harmonies of #685550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685550

Black with #685550

Text Example


Text Example

White with #685550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685550; }

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

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

background-color css

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

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

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

border-color css

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

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

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