#694F49

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

Shades of Congo Brown #694F49

Tints of Congo Brown #694F49

Color information

#694F49 (or 0x694F49) is unknown color: approx Congo Brown. HEX triplet: 69, 4F and 49. RGB value is (105,79,73). Sum of RGB (Red+Green+Blue) = 105+79+73=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 105 - color contains mainly: red. Hex color #694F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694F49 is #96B0B6. Grayscale: #565656. Windows color (decimal): -9875639 or 4804457. OLE color: 4804457.

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

Color convert

RGB1057973-
CMYK00.250.300.59
HSL11.25º17.98%34.9%-
HSV(B)11.25º30.48%41.18%-
XYZ9.829.087.54-
YUV86.09120.61141.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.86%
GREEN value IS 79 (31.25% from 255) = 30.74%
BLUE value IS 73 (28.91% from 255) = 28.40%
R=40.86%
G=30.74%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105797300.250.300.5911.2517.9834.9
Hex694F490191E3Bb1223
Octal1511171110313673132243
Binary11010011001111100100101100111110111011101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,79,73); }

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

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

 a { background-color: rgb(105,79,73); }

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

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

 span { border-color: rgb(105,79,73); }

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