#695049

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

Shades of Congo Brown #695049

Tints of Congo Brown #695049

Color information

#695049 (or 0x695049) is unknown color: approx Congo Brown. HEX triplet: 69, 50 and 49. RGB value is (105,80,73). Sum of RGB (Red+Green+Blue) = 105+80+73=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #695049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695049 is #96AFB6. Grayscale: #565656. Windows color (decimal): -9875383 or 4804713. OLE color: 4804713.

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

Color convert

RGB1058073-
CMYK00.240.300.59
HSL13.13º17.98%34.9%-
HSV(B)13.13º30.48%41.18%-
XYZ9.99.227.56-
YUV86.68120.28141.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.70%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 73 (28.91% from 255) = 28.29%
R=40.70%
G=31.01%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105807300.240.300.5913.1317.9834.9
Hex6950490181E3Bd1223
Octal1511201110303673152243
Binary11010011010000100100101100011110111011110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695049; }

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

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

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

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

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

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

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

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