#694640

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

Shades of Congo Brown #694640

Tints of Congo Brown #694640

Color information

#694640 (or 0x694640) is unknown color: approx Congo Brown. HEX triplet: 69, 46 and 40. RGB value is (105,70,64). Sum of RGB (Red+Green+Blue) = 105+70+64=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #694640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694640 is #96B9BF. Grayscale: #4F4F4F. Windows color (decimal): -9877952 or 4212329. OLE color: 4212329.

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

Color convert

RGB1057064-
CMYK00.330.390.59
HSL8.78º24.26%33.14%-
HSV(B)8.78º39.05%41.18%-
XYZ8.947.755.88-
YUV79.78119.1145.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.93%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 64 (25.39% from 255) = 26.78%
R=43.93%
G=29.29%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105706400.330.390.598.7824.2633.14
Hex694640021273B91821
Octal1511061000414773113041
Binary1101001100011010000000100001100111111011100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694640; }

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

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

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

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

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

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

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

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