#68534C

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

Shades of Congo Brown #68534C

Tints of Congo Brown #68534C

Color information

#68534C (or 0x68534C) is unknown color: approx Congo Brown. HEX triplet: 68, 53 and 4C. RGB value is (104,83,76). Sum of RGB (Red+Green+Blue) = 104+83+76=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #68534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68534C is #97ACB3. Grayscale: #585858. Windows color (decimal): -9940148 or 5002088. OLE color: 5002088.

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

Color convert

RGB1048376-
CMYK00.200.270.59
HSL15º15.56%35.29%-
HSV(B)15º26.92%40.78%-
XYZ10.119.658.17-
YUV88.48120.96139.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.54%
GREEN value IS 83 (32.81% from 255) = 31.56%
BLUE value IS 76 (30.08% from 255) = 28.90%
R=39.54%
G=31.56%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104837600.200.270.591515.5635.29
Hex68534C0141B3Bf1023
Octal1501231140243373172043
Binary11010001010011100110001010011011111011111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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