#603E41

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

Shades of Tosca #603E41

Tints of Tosca #603E41

Color information

#603E41 (or 0x603E41) is unknown color: approx Tosca. HEX triplet: 60, 3E and 41. RGB value is (96,62,65). Sum of RGB (Red+Green+Blue) = 96+62+65=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #603E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603E41 is #9FC1BE. Grayscale: #484848. Windows color (decimal): -10469823 or 4275808. OLE color: 4275808.

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

Color convert

RGB966265-
CMYK00.350.320.62
HSL354.71º21.52%30.98%-
HSV(B)354.71º35.42%37.65%-
XYZ7.56.315.82-
YUV72.51123.76144.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.05%
GREEN value IS 62 (24.61% from 255) = 27.80%
BLUE value IS 65 (25.78% from 255) = 29.15%
R=43.05%
G=27.80%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96626500.350.320.62354.7121.5230.98
Hex603E41023203E163161f
Octal1407610104340765432637
Binary1100000111110100000101000111000001111101011000111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603E41; }

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

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

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

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

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

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

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

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