#694340

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

Shades of Congo Brown #694340

Tints of Congo Brown #694340

Color information

#694340 (or 0x694340) is unknown color: approx Congo Brown. HEX triplet: 69, 43 and 40. RGB value is (105,67,64). Sum of RGB (Red+Green+Blue) = 105+67+64=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #694340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694340 is #96BCBF. Grayscale: #4E4E4E. Windows color (decimal): -9878720 or 4211561. OLE color: 4211561.

HSL color Cylindrical-coordinate representation of color #694340: hue angle of 4.39º 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 #694340 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1056764-
CMYK00.360.390.59
HSL4.39º24.26%33.14%-
HSV(B)4.39º39.05%41.18%-
XYZ8.767.395.81-
YUV78.02120.09147.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.49%
GREEN value IS 67 (26.56% from 255) = 28.39%
BLUE value IS 64 (25.39% from 255) = 27.12%
R=44.49%
G=28.39%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105676400.360.390.594.3924.2633.14
Hex694340024273B41821
Octal151103100044477343041
Binary110100110000111000000010010010011111101110011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694340; }

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

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

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

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

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

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

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

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