#694A42

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

Shades of Congo Brown #694A42

Tints of Congo Brown #694A42

Color information

#694A42 (or 0x694A42) is unknown color: approx Congo Brown. HEX triplet: 69, 4A and 42. RGB value is (105,74,66). Sum of RGB (Red+Green+Blue) = 105+74+66=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #694A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694A42 is #96B5BD. Grayscale: #525252. Windows color (decimal): -9876926 or 4344425. OLE color: 4344425.

HSL color Cylindrical-coordinate representation of color #694A42: hue angle of 12.31º 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 #694A42 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB1057466-
CMYK00.300.370.59
HSL12.31º22.81%33.53%-
HSV(B)12.31º37.14%41.18%-
XYZ9.268.296.27-
YUV82.36118.77144.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 74 (29.30% from 255) = 30.20%
BLUE value IS 66 (26.17% from 255) = 26.94%
R=42.86%
G=30.20%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105746600.300.370.5912.3122.8133.53
Hex694A4201E253Bc1722
Octal1511121020364573142742
Binary110100110010101000010011110100101111011110010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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