#604142

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

Shades of Tosca #604142

Tints of Tosca #604142

Color information

#604142 (or 0x604142) is unknown color: approx Tosca. HEX triplet: 60, 41 and 42. RGB value is (96,65,66). Sum of RGB (Red+Green+Blue) = 96+65+66=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #604142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604142 is #9FBEBD. Grayscale: #4A4A4A. Windows color (decimal): -10469054 or 4342112. OLE color: 4342112.

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

Color convert

RGB966566-
CMYK00.320.310.62
HSL358.06º19.25%31.57%-
HSV(B)358.06º32.29%37.65%-
XYZ7.76.666.03-
YUV74.38123.27143.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 65 (25.78% from 255) = 28.63%
BLUE value IS 66 (26.17% from 255) = 29.07%
R=42.29%
G=28.63%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96656600.320.310.62358.0619.2531.57
Hex6041420201F3E1661320
Octal14010110204037765462340
Binary11000001000001100001001000001111111111010110011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604142; }

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

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

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

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

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

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

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

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