#614042

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

Shades of Tosca #614042

Tints of Tosca #614042

Color information

#614042 (or 0x614042) is unknown color: approx Tosca. HEX triplet: 61, 40 and 42. RGB value is (97,64,66). Sum of RGB (Red+Green+Blue) = 97+64+66=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #614042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614042 is #9EBFBD. Grayscale: #4A4A4A. Windows color (decimal): -10403774 or 4341857. OLE color: 4341857.

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

Color convert

RGB976466-
CMYK00.340.320.62
HSL356.36º20.5%31.57%-
HSV(B)356.36º34.02%38.04%-
XYZ7.756.66.02-
YUV74.1123.43144.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.73%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 66 (26.17% from 255) = 29.07%
R=42.73%
G=28.19%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97646600.340.320.62356.3620.531.57
Hex614042022203E1641420
Octal14110010204240765442440
Binary110000110000001000010010001010000011111010110010010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614042; }

 p { color: rgb(97,64,66); }

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

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

 a { background-color: rgb(97,64,66); }

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

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

 span { border-color: rgb(97,64,66); }

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