Html Css Color HEX #685650 Congo Brown

📋 copy color: '#685650'

red 104 ◦ green 86 ◦ blue 80

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

Shades of Congo Brown #685650

Tints of Congo Brown #685650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.85%

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

R = 38.52%
G = 31.85%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#685650 (or 0x685650) is known color: Congo Brown. HEX triplet: 68, 56 and 50. RGB value is (104,86,80). Sum of RGB (Red+Green+Blue) = 104+86+80=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #685650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685650 is #97A9AF. Grayscale: #5A5A5A. Windows color (decimal): -9939376 or 5265000. OLE color: 5265000.

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

Color convert

RGB 104 86 80 -
CMYK 0 0.17 0.23 0.59
HSL 15º 0.13% 0.36% -
HSV(B) 15º 0.23% 0.41% -
XYZ 10.48 10.18 9 -
YUV 90.7 121.96 137.49 -
System Red Green Blue C M Y K H S L
Decimal 104 86 80 0 0.17 0.23 0.59 15 0.13 0.36
Hex 68 56 50 0 11 17 3B F D 24
Octal 150 126 120 0 21 27 73 17 15 44
Binary 1101000 1010110 1010000 0 10001 10111 111011 1111 1101 100100

Color Harmonies of #685650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685650

Black with #685650

Text Example


Text Example

White with #685650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685650; }

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

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

background-color css

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

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

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

border-color css

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

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

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