#604041

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

Shades of Tosca #604041

Tints of Tosca #604041

Color information

#604041 (or 0x604041) is unknown color: approx Tosca. HEX triplet: 60, 40 and 41. RGB value is (96,64,65). Sum of RGB (Red+Green+Blue) = 96+64+65=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #604041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604041 is #9FBFBE. Grayscale: #494949. Windows color (decimal): -10469311 or 4276320. OLE color: 4276320.

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

Color convert

RGB966465-
CMYK00.330.320.62
HSL358.12º20%31.37%-
HSV(B)358.12º33.33%37.65%-
XYZ7.616.545.86-
YUV73.68123.1143.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 65 (25.78% from 255) = 28.89%
R=42.67%
G=28.44%
B=28.89%

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
Decimal96646500.330.320.62358.122031.37
Hex604041021203E166141f
Octal14010010104140765462437
Binary11000001000000100000101000011000001111101011001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604041; }

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

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

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

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

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

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

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

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