#694943

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

Shades of Congo Brown #694943

Tints of Congo Brown #694943

Color information

#694943 (or 0x694943) is unknown color: approx Congo Brown. HEX triplet: 69, 49 and 43. RGB value is (105,73,67). Sum of RGB (Red+Green+Blue) = 105+73+67=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #694943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694943 is #96B6BC. Grayscale: #515151. Windows color (decimal): -9877181 or 4409705. OLE color: 4409705.

HSL color Cylindrical-coordinate representation of color #694943: hue angle of 9.47º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #694943 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.59.

Color convert

RGB1057367-
CMYK00.300.360.59
HSL9.47º22.09%33.73%-
HSV(B)9.47º36.19%41.18%-
XYZ9.228.176.4-
YUV81.88119.6144.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 73 (28.91% from 255) = 29.80%
BLUE value IS 67 (26.56% from 255) = 27.35%
R=42.86%
G=29.80%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105736700.300.360.599.4722.0933.73
Hex69494301E243B91622
Octal1511111030364473112642
Binary110100110010011000011011110100100111011100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694943; }

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

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

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

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

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

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

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

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