#694246

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

Shades of Tosca #694246

Tints of Tosca #694246

Color information

#694246 (or 0x694246) is unknown color: approx Tosca. HEX triplet: 69, 42 and 46. RGB value is (105,66,70). Sum of RGB (Red+Green+Blue) = 105+66+70=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #694246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694246 is #96BDB9. Grayscale: #4E4E4E. Windows color (decimal): -9878970 or 4604521. OLE color: 4604521.

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

Color convert

RGB1056670-
CMYK00.370.330.59
HSL353.85º22.81%33.53%-
HSV(B)353.85º37.14%41.18%-
XYZ8.887.346.74-
YUV78.12123.42147.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.57%
GREEN value IS 66 (26.17% from 255) = 27.39%
BLUE value IS 70 (27.73% from 255) = 29.05%
R=43.57%
G=27.39%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105667000.370.330.59353.8522.8133.53
Hex694246025213B1621722
Octal15110210604541735422742
Binary110100110000101000110010010110000111101110110001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694246; }

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

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

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

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

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

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

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

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