#603F42

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

Shades of Tosca #603F42

Tints of Tosca #603F42

Color information

#603F42 (or 0x603F42) is unknown color: approx Tosca. HEX triplet: 60, 3F and 42. RGB value is (96,63,66). Sum of RGB (Red+Green+Blue) = 96+63+66=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #603F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F42 is #9FC0BD. Grayscale: #494949. Windows color (decimal): -10469566 or 4341600. OLE color: 4341600.

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

Color convert

RGB966366-
CMYK00.340.310.62
HSL354.55º20.75%31.18%-
HSV(B)354.55º34.38%37.65%-
XYZ7.586.446-
YUV73.21123.93144.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 63 (25% from 255) = 28%
BLUE value IS 66 (26.17% from 255) = 29.33%
R=42.67%
G=28%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96636600.340.310.62354.5520.7531.18
Hex603F420221F3E163151f
Octal1407710204237765432537
Binary110000011111110000100100010111111111101011000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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