#694B49

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

Shades of Congo Brown #694B49

Tints of Congo Brown #694B49

Color information

#694B49 (or 0x694B49) is unknown color: approx Congo Brown. HEX triplet: 69, 4B and 49. RGB value is (105,75,73). Sum of RGB (Red+Green+Blue) = 105+75+73=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 105 - color contains mainly: red. Hex color #694B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694B49 is #96B4B6. Grayscale: #535353. Windows color (decimal): -9876663 or 4803433. OLE color: 4803433.

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

Color convert

RGB1057573-
CMYK00.290.300.59
HSL3.75º17.98%34.9%-
HSV(B)3.75º30.48%41.18%-
XYZ9.548.527.44-
YUV83.74121.94143.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.50%
GREEN value IS 75 (29.69% from 255) = 29.64%
BLUE value IS 73 (28.91% from 255) = 28.85%
R=41.50%
G=29.64%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105757300.290.300.593.7517.9834.9
Hex694B4901D1E3B41223
Octal151113111035367342243
Binary1101001100101110010010111011111011101110010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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