#614142

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

Shades of Tosca #614142

Tints of Tosca #614142

Color information

#614142 (or 0x614142) is unknown color: approx Tosca. HEX triplet: 61, 41 and 42. RGB value is (97,65,66). Sum of RGB (Red+Green+Blue) = 97+65+66=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #614142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614142 is #9EBEBD. Grayscale: #4A4A4A. Windows color (decimal): -10403518 or 4342113. OLE color: 4342113.

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

Color convert

RGB976566-
CMYK00.330.320.62
HSL358.12º19.75%31.76%-
HSV(B)358.12º32.99%38.04%-
XYZ7.86.726.04-
YUV74.68123.1143.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.54%
GREEN value IS 65 (25.78% from 255) = 28.51%
BLUE value IS 66 (26.17% from 255) = 28.95%
R=42.54%
G=28.51%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97656600.330.320.62358.1219.7531.76
Hex614142021203E1661420
Octal14110110204140765462440
Binary110000110000011000010010000110000011111010110011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614142; }

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

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

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

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

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

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

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

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