#694840

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

Shades of Congo Brown #694840

Tints of Congo Brown #694840

Color information

#694840 (or 0x694840) is unknown color: approx Congo Brown. HEX triplet: 69, 48 and 40. RGB value is (105,72,64). Sum of RGB (Red+Green+Blue) = 105+72+64=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #694840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694840 is #96B7BF. Grayscale: #515151. Windows color (decimal): -9877440 or 4212841. OLE color: 4212841.

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

Color convert

RGB1057264-
CMYK00.310.390.59
HSL11.71º24.26%33.14%-
HSV(B)11.71º39.05%41.18%-
XYZ9.078.015.92-
YUV80.96118.43145.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.57%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=43.57%
G=29.88%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105726400.310.390.5911.7124.2633.14
Hex69484001F273Bc1821
Octal1511101000374773143041
Binary110100110010001000000011111100111111011110011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694840; }

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

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

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

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

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

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

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

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