#694349

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

Shades of Tosca #694349

Tints of Tosca #694349

Color information

#694349 (or 0x694349) is unknown color: approx Tosca. HEX triplet: 69, 43 and 49. RGB value is (105,67,73). Sum of RGB (Red+Green+Blue) = 105+67+73=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #694349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694349 is #96BCB6. Grayscale: #4F4F4F. Windows color (decimal): -9878711 or 4801385. OLE color: 4801385.

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

Color convert

RGB1056773-
CMYK00.360.300.59
HSL350.53º22.09%33.73%-
HSV(B)350.53º36.19%41.18%-
XYZ9.047.57.27-
YUV79.05124.59146.51-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105677300.360.300.59350.5322.0933.73
Hex6943490241E3B15f1622
Octal15110311104436735372642
Binary11010011000011100100101001001111011101110101111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694349; }

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

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

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

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

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

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

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

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