#694946

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

Shades of Congo Brown #694946

Tints of Congo Brown #694946

Color information

#694946 (or 0x694946) is unknown color: approx Congo Brown. HEX triplet: 69, 49 and 46. RGB value is (105,73,70). Sum of RGB (Red+Green+Blue) = 105+73+70=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 105 - color contains mainly: red. Hex color #694946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694946 is #96B6B9. Grayscale: #525252. Windows color (decimal): -9877178 or 4606313. OLE color: 4606313.

HSL color Cylindrical-coordinate representation of color #694946: hue angle of 5.14º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #694946 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB1057370-
CMYK00.300.330.59
HSL5.14º20%34.31%-
HSV(B)5.14º33.33%41.18%-
XYZ9.318.216.89-
YUV82.23121.1144.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.34%
GREEN value IS 73 (28.91% from 255) = 29.44%
BLUE value IS 70 (27.73% from 255) = 28.23%
R=42.34%
G=29.44%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105737000.300.330.595.142034.31
Hex69494601E213B51422
Octal151111106036417352442
Binary11010011001001100011001111010000111101110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694946; }

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

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

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

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

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

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

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

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