#614345

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

Shades of Tosca #614345

Tints of Tosca #614345

Color information

#614345 (or 0x614345) is unknown color: approx Tosca. HEX triplet: 61, 43 and 45. RGB value is (97,67,69). Sum of RGB (Red+Green+Blue) = 97+67+69=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #614345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614345 is #9EBCBA. Grayscale: #4C4C4C. Windows color (decimal): -10403003 or 4539233. OLE color: 4539233.

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

Color convert

RGB976769-
CMYK00.310.290.62
HSL356º18.29%32.16%-
HSV(B)356º30.93%38.04%-
XYZ8.016.996.56-
YUV76.2123.94142.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.63%
GREEN value IS 67 (26.56% from 255) = 28.76%
BLUE value IS 69 (27.34% from 255) = 29.61%
R=41.63%
G=28.76%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97676900.310.290.6235618.2932.16
Hex61434501F1D3E1641220
Octal14110310503735765442240
Binary1100001100001110001010111111110111111010110010010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614345; }

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

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

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

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

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

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

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

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