#68514C

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

Shades of Congo Brown #68514C

Tints of Congo Brown #68514C

Color information

#68514C (or 0x68514C) is unknown color: approx Congo Brown. HEX triplet: 68, 51 and 4C. RGB value is (104,81,76). Sum of RGB (Red+Green+Blue) = 104+81+76=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #68514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68514C is #97AEB3. Grayscale: #575757. Windows color (decimal): -9940660 or 5001576. OLE color: 5001576.

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

Color convert

RGB1048176-
CMYK00.220.270.59
HSL10.71º15.56%35.29%-
HSV(B)10.71º26.92%40.78%-
XYZ9.969.358.12-
YUV87.31121.62139.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.85%
GREEN value IS 81 (32.03% from 255) = 31.03%
BLUE value IS 76 (30.08% from 255) = 29.12%
R=39.85%
G=31.03%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104817600.220.270.5910.7115.5635.29
Hex68514C0161B3Bb1023
Octal1501211140263373132043
Binary11010001010001100110001011011011111011101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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