#694740

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

Shades of Congo Brown #694740

Tints of Congo Brown #694740

Color information

#694740 (or 0x694740) is unknown color: approx Congo Brown. HEX triplet: 69, 47 and 40. RGB value is (105,71,64). Sum of RGB (Red+Green+Blue) = 105+71+64=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 105 - color contains mainly: red. Hex color #694740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694740 is #96B8BF. Grayscale: #505050. Windows color (decimal): -9877696 or 4212585. OLE color: 4212585.

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

Color convert

RGB1057164-
CMYK00.320.390.59
HSL10.24º24.26%33.14%-
HSV(B)10.24º39.05%41.18%-
XYZ97.885.9-
YUV80.37118.76145.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.75%
GREEN value IS 71 (28.12% from 255) = 29.58%
BLUE value IS 64 (25.39% from 255) = 26.67%
R=43.75%
G=29.58%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105716400.320.390.5910.2424.2633.14
Hex694740020273Ba1821
Octal1511071000404773123041
Binary1101001100011110000000100000100111111011101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694740; }

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

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

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

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

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

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

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

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