#685450

Color #685450 Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #685450

Tints of Congo Brown #685450

Color information

#685450 (or 0x685450) is unknown color: approx Congo Brown. HEX triplet: 68, 54 and 50. RGB value is (104,84,80). Sum of RGB (Red+Green+Blue) = 104+84+80=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #685450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685450 is #97ABAF. Grayscale: #595959. Windows color (decimal): -9939888 or 5264488. OLE color: 5264488.

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

Color convert

RGB1048480-
CMYK00.190.230.59
HSL10º13.04%36.08%-
HSV(B)10º23.08%40.78%-
XYZ10.339.868.95-
YUV89.52122.63138.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.81%
GREEN value IS 84 (33.20% from 255) = 31.34%
BLUE value IS 80 (31.64% from 255) = 29.85%
R=38.81%
G=31.34%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104848000.190.230.591013.0436.08
Hex685450013173Bad24
Octal1501241200232773121544
Binary1101000101010010100000100111011111101110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685450; }

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

 H1.HeaderClassName
 {
   color: #685450;
 }
 .AnyTagClassName
 {
   color: #685450;
 }
</style>
background-color css

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

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

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

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

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

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