#694749

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

Shades of Tosca #694749

Tints of Tosca #694749

Color information

#694749 (or 0x694749) is unknown color: approx Tosca. HEX triplet: 69, 47 and 49. RGB value is (105,71,73). Sum of RGB (Red+Green+Blue) = 105+71+73=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #694749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694749 is #96B8B6. Grayscale: #515151. Windows color (decimal): -9877687 or 4802409. OLE color: 4802409.

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

Color convert

RGB1057173-
CMYK00.320.300.59
HSL356.47º19.32%34.51%-
HSV(B)356.47º32.38%41.18%-
XYZ9.287.997.36-
YUV81.39123.26144.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.17%
GREEN value IS 71 (28.12% from 255) = 28.51%
BLUE value IS 73 (28.91% from 255) = 29.32%
R=42.17%
G=28.51%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105717300.320.300.59356.4719.3234.51
Hex6947490201E3B1641323
Octal15110711104036735442343
Binary11010011000111100100101000001111011101110110010010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694749; }

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

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

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

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

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

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

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

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