#614445

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

Shades of Tosca #614445

Tints of Tosca #614445

Color information

#614445 (or 0x614445) is unknown color: approx Tosca. HEX triplet: 61, 44 and 45. RGB value is (97,68,69). Sum of RGB (Red+Green+Blue) = 97+68+69=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #614445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614445 is #9EBBBA. Grayscale: #4C4C4C. Windows color (decimal): -10402747 or 4539489. OLE color: 4539489.

HSL color Cylindrical-coordinate representation of color #614445: hue angle of 357.93º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #614445 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB976869-
CMYK00.300.290.62
HSL357.93º17.58%32.35%-
HSV(B)357.93º29.9%38.04%-
XYZ8.077.116.58-
YUV76.78123.61142.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.45%
GREEN value IS 68 (26.95% from 255) = 29.06%
BLUE value IS 69 (27.34% from 255) = 29.49%
R=41.45%
G=29.06%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97686900.300.290.62357.9317.5832.35
Hex61444501E1D3E1661220
Octal14110410503635765462240
Binary1100001100010010001010111101110111111010110011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614445; }

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

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

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

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

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

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

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

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