#694D49

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

Shades of Congo Brown #694D49

Tints of Congo Brown #694D49

Color information

#694D49 (or 0x694D49) is unknown color: approx Congo Brown. HEX triplet: 69, 4D and 49. RGB value is (105,77,73). Sum of RGB (Red+Green+Blue) = 105+77+73=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 105 - color contains mainly: red. Hex color #694D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694D49 is #96B2B6. Grayscale: #545454. Windows color (decimal): -9876151 or 4803945. OLE color: 4803945.

HSL color Cylindrical-coordinate representation of color #694D49: hue angle of 7.5º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #694D49 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1057773-
CMYK00.270.300.59
HSL7.5º17.98%34.9%-
HSV(B)7.5º30.48%41.18%-
XYZ9.688.797.49-
YUV84.92121.28142.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.18%
GREEN value IS 77 (30.47% from 255) = 30.20%
BLUE value IS 73 (28.91% from 255) = 28.63%
R=41.18%
G=30.20%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105777300.270.300.597.517.9834.9
Hex694D4901B1E3B81223
Octal1511151110333673102243
Binary11010011001101100100101101111110111011100010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694D49; }

 p { color: rgb(105,77,73); }

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

<style>
 a { background-color: #694D49; }

 a { background-color: rgb(105,77,73); }

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

<style>
 span { border-color: #694D49; }

 span { border-color: rgb(105,77,73); }

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