#694445

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

Shades of Tosca #694445

Tints of Tosca #694445

Color information

#694445 (or 0x694445) is unknown color: approx Tosca. HEX triplet: 69, 44 and 45. RGB value is (105,68,69). Sum of RGB (Red+Green+Blue) = 105+68+69=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 105 - color contains mainly: red. Hex color #694445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694445 is #96BBBA. Grayscale: #4F4F4F. Windows color (decimal): -9878459 or 4539497. OLE color: 4539497.

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

Color convert

RGB1056869-
CMYK00.350.340.59
HSL358.38º21.39%33.92%-
HSV(B)358.38º35.24%41.18%-
XYZ8.977.576.62-
YUV79.18122.26146.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.39%
GREEN value IS 68 (26.95% from 255) = 28.10%
BLUE value IS 69 (27.34% from 255) = 28.51%
R=43.39%
G=28.10%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105686900.350.340.59358.3821.3933.92
Hex694445023223B1661522
Octal15110410504342735462542
Binary110100110001001000101010001110001011101110110011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694445; }

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

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

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

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

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

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

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

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