#694442

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

Shades of Congo Brown #694442

Tints of Congo Brown #694442

Color information

#694442 (or 0x694442) is unknown color: approx Congo Brown. HEX triplet: 69, 44 and 42. RGB value is (105,68,66). Sum of RGB (Red+Green+Blue) = 105+68+66=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #694442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694442 is #96BBBD. Grayscale: #4E4E4E. Windows color (decimal): -9878462 or 4342889. OLE color: 4342889.

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

Color convert

RGB1056866-
CMYK00.350.370.59
HSL3.08º22.81%33.53%-
HSV(B)3.08º37.14%41.18%-
XYZ8.887.536.14-
YUV78.83120.76146.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.93%
GREEN value IS 68 (26.95% from 255) = 28.45%
BLUE value IS 66 (26.17% from 255) = 27.62%
R=43.93%
G=28.45%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105686600.350.370.593.0822.8133.53
Hex694442023253B31722
Octal151104102043457332742
Binary11010011000100100001001000111001011110111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694442; }

 p { color: rgb(105,68,66); }

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

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

 a { background-color: rgb(105,68,66); }

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

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

 span { border-color: rgb(105,68,66); }

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