#68504D

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

Shades of Congo Brown #68504D

Tints of Congo Brown #68504D

Color information

#68504D (or 0x68504D) is unknown color: approx Congo Brown. HEX triplet: 68, 50 and 4D. RGB value is (104,80,77). Sum of RGB (Red+Green+Blue) = 104+80+77=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #68504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68504D is #97AFB2. Grayscale: #565656. Windows color (decimal): -9940915 or 5066856. OLE color: 5066856.

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

Color convert

RGB1048077-
CMYK00.230.260.59
HSL6.67º14.92%35.49%-
HSV(B)6.67º25.96%40.78%-
XYZ9.929.228.28-
YUV86.83122.45140.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.85%
GREEN value IS 80 (31.64% from 255) = 30.65%
BLUE value IS 77 (30.47% from 255) = 29.50%
R=39.85%
G=30.65%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104807700.230.260.596.6714.9235.49
Hex68504D0171A3B7f23
Octal150120115027327371743
Binary110100010100001001101010111110101110111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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