#694748

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

Shades of Tosca #694748

Tints of Tosca #694748

Color information

#694748 (or 0x694748) is unknown color: approx Tosca. HEX triplet: 69, 47 and 48. RGB value is (105,71,72). Sum of RGB (Red+Green+Blue) = 105+71+72=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 105 - color contains mainly: red. Hex color #694748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694748 is #96B8B7. Grayscale: #515151. Windows color (decimal): -9877688 or 4736873. OLE color: 4736873.

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

Color convert

RGB1057172-
CMYK00.320.310.59
HSL358.24º19.32%34.51%-
HSV(B)358.24º32.38%41.18%-
XYZ9.257.987.18-
YUV81.28122.76144.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.34%
GREEN value IS 71 (28.12% from 255) = 28.63%
BLUE value IS 72 (28.52% from 255) = 29.03%
R=42.34%
G=28.63%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105717200.320.310.59358.2419.3234.51
Hex6947480201F3B1661323
Octal15110711004037735462343
Binary11010011000111100100001000001111111101110110011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694748; }

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

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

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

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

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

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

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

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