#68534D

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

Shades of Congo Brown #68534D

Tints of Congo Brown #68534D

Color information

#68534D (or 0x68534D) is unknown color: approx Congo Brown. HEX triplet: 68, 53 and 4D. RGB value is (104,83,77). Sum of RGB (Red+Green+Blue) = 104+83+77=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 104 - color contains mainly: red. Hex color #68534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68534D is #97ACB2. Grayscale: #585858. Windows color (decimal): -9940147 or 5067624. OLE color: 5067624.

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

Color convert

RGB1048377-
CMYK00.200.260.59
HSL13.33º14.92%35.49%-
HSV(B)13.33º25.96%40.78%-
XYZ10.149.678.35-
YUV88.6121.46138.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.39%
GREEN value IS 83 (32.81% from 255) = 31.44%
BLUE value IS 77 (30.47% from 255) = 29.17%
R=39.39%
G=31.44%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104837700.200.260.5913.3314.9235.49
Hex68534D0141A3Bdf23
Octal1501231150243273151743
Binary1101000101001110011010101001101011101111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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