#694344

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

Shades of Tosca #694344

Tints of Tosca #694344

Color information

#694344 (or 0x694344) is unknown color: approx Tosca. HEX triplet: 69, 43 and 44. RGB value is (105,67,68). Sum of RGB (Red+Green+Blue) = 105+67+68=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 105 - color contains mainly: red. Hex color #694344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694344 is #96BCBB. Grayscale: #4E4E4E. Windows color (decimal): -9878716 or 4473705. OLE color: 4473705.

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

Color convert

RGB1056768-
CMYK00.360.350.59
HSL358.42º22.09%33.73%-
HSV(B)358.42º36.19%41.18%-
XYZ8.887.436.44-
YUV78.48122.09146.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.75%
GREEN value IS 67 (26.56% from 255) = 27.92%
BLUE value IS 68 (26.95% from 255) = 28.33%
R=43.75%
G=27.92%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105676800.360.350.59358.4222.0933.73
Hex694344024233B1661622
Octal15110310404443735462642
Binary110100110000111000100010010010001111101110110011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694344; }

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

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

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

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

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

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

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

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