#694A47

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

Shades of Congo Brown #694A47

Tints of Congo Brown #694A47

Color information

#694A47 (or 0x694A47) is unknown color: approx Congo Brown. HEX triplet: 69, 4A and 47. RGB value is (105,74,71). Sum of RGB (Red+Green+Blue) = 105+74+71=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 105 - color contains mainly: red. Hex color #694A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694A47 is #96B5B8. Grayscale: #525252. Windows color (decimal): -9876921 or 4672105. OLE color: 4672105.

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

Color convert

RGB1057471-
CMYK00.300.320.59
HSL5.29º19.32%34.51%-
HSV(B)5.29º32.38%41.18%-
XYZ9.418.367.08-
YUV82.93121.27143.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42%
GREEN value IS 74 (29.30% from 255) = 29.6%
BLUE value IS 71 (28.12% from 255) = 28.4%
R=42%
G=29.6%
B=28.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105747100.300.320.595.2919.3234.51
Hex694A4701E203B51323
Octal151112107036407352343
Binary11010011001010100011101111010000011101110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,74,71); }

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

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

 a { background-color: rgb(105,74,71); }

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

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

 span { border-color: rgb(105,74,71); }

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