#603C3E

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

Shades of Tosca #603C3E

Tints of Tosca #603C3E

Color information

#603C3E (or 0x603C3E) is unknown color: approx Tosca. HEX triplet: 60, 3C and 3E. RGB value is (96,60,62). Sum of RGB (Red+Green+Blue) = 96+60+62=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #603C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603C3E is #9FC3C1. Grayscale: #474747. Windows color (decimal): -10470338 or 4078688. OLE color: 4078688.

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

Color convert

RGB966062-
CMYK00.380.350.62
HSL356.67º23.08%30.59%-
HSV(B)356.67º37.5%37.65%-
XYZ7.316.075.34-
YUV70.99122.93145.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.04%
GREEN value IS 60 (23.83% from 255) = 27.52%
BLUE value IS 62 (24.61% from 255) = 28.44%
R=44.04%
G=27.52%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96606200.380.350.62356.6723.0830.59
Hex603C3E026233E165171f
Octal140747604643765452737
Binary110000011110011111001001101000111111101011001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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