#68504C

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

Shades of Congo Brown #68504C

Tints of Congo Brown #68504C

Color information

#68504C (or 0x68504C) is unknown color: approx Congo Brown. HEX triplet: 68, 50 and 4C. RGB value is (104,80,76). Sum of RGB (Red+Green+Blue) = 104+80+76=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 104 - color contains mainly: red. Hex color #68504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68504C is #97AFB3. Grayscale: #565656. Windows color (decimal): -9940916 or 5001320. OLE color: 5001320.

HSL color Cylindrical-coordinate representation of color #68504C: hue angle of 8.57º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68504C is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1048076-
CMYK00.230.270.59
HSL8.57º15.56%35.29%-
HSV(B)8.57º26.92%40.78%-
XYZ9.889.28.09-
YUV86.72121.95140.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40%
GREEN value IS 80 (31.64% from 255) = 30.77%
BLUE value IS 76 (30.08% from 255) = 29.23%
R=40%
G=30.77%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104807600.230.270.598.5715.5635.29
Hex68504C0171B3B91023
Octal1501201140273373112043
Binary11010001010000100110001011111011111011100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68504C; }

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

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

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

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

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

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

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

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