#694648

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

Shades of Tosca #694648

Tints of Tosca #694648

Color information

#694648 (or 0x694648) is unknown color: approx Tosca. HEX triplet: 69, 46 and 48. RGB value is (105,70,72). Sum of RGB (Red+Green+Blue) = 105+70+72=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #694648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694648 is #96B9B7. Grayscale: #505050. Windows color (decimal): -9877944 or 4736617. OLE color: 4736617.

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

Color convert

RGB1057072-
CMYK00.330.310.59
HSL356.57º20%34.31%-
HSV(B)356.57º33.33%41.18%-
XYZ9.197.857.16-
YUV80.69123.1145.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.51%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 72 (28.52% from 255) = 29.15%
R=42.51%
G=28.34%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105707200.330.310.59356.572034.31
Hex6946480211F3B1651422
Octal15110611004137735452442
Binary11010011000110100100001000011111111101110110010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694648; }

 p { color: rgb(105,70,72); }

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

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

 a { background-color: rgb(105,70,72); }

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

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

 span { border-color: rgb(105,70,72); }

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