#68524C

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

Shades of Congo Brown #68524C

Tints of Congo Brown #68524C

Color information

#68524C (or 0x68524C) is unknown color: approx Congo Brown. HEX triplet: 68, 52 and 4C. RGB value is (104,82,76). Sum of RGB (Red+Green+Blue) = 104+82+76=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #68524C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68524C is #97ADB3. Grayscale: #575757. Windows color (decimal): -9940404 or 5001832. OLE color: 5001832.

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

Color convert

RGB1048276-
CMYK00.210.270.59
HSL12.86º15.56%35.29%-
HSV(B)12.86º26.92%40.78%-
XYZ10.039.58.14-
YUV87.89121.29139.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.69%
GREEN value IS 82 (32.42% from 255) = 31.30%
BLUE value IS 76 (30.08% from 255) = 29.01%
R=39.69%
G=31.30%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104827600.210.270.5912.8615.5635.29
Hex68524C0151B3Bd1023
Octal1501221140253373152043
Binary11010001010010100110001010111011111011110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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