#694248

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

Shades of Tosca #694248

Tints of Tosca #694248

Color information

#694248 (or 0x694248) is unknown color: approx Tosca. HEX triplet: 69, 42 and 48. RGB value is (105,66,72). Sum of RGB (Red+Green+Blue) = 105+66+72=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 105 - color contains mainly: red. Hex color #694248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694248 is #96BDB7. Grayscale: #4E4E4E. Windows color (decimal): -9878968 or 4735593. OLE color: 4735593.

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

Color convert

RGB1056672-
CMYK00.370.310.59
HSL350.77º22.81%33.53%-
HSV(B)350.77º37.14%41.18%-
XYZ8.947.377.08-
YUV78.34124.42147.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.21%
GREEN value IS 66 (26.17% from 255) = 27.16%
BLUE value IS 72 (28.52% from 255) = 29.63%
R=43.21%
G=27.16%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105667200.370.310.59350.7722.8133.53
Hex6942480251F3B15f1722
Octal15110211004537735372742
Binary11010011000010100100001001011111111101110101111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694248; }

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

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

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

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

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

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

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

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