Html Css Color HEX #603C3E Tosca

📋 copy color: '#603C3E'

red 96 ◦ green 60 ◦ blue 62

#603C3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tosca #603C3E

Tints of Tosca #603C3E

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 value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#603C3E (or 0x603C3E) is known color: 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

RGB 96 60 62 -
CMYK 0 0.38 0.35 0.62
HSL 356.67º 0.23% 0.31% -
HSV(B) 356.67º 0.38% 0.38% -
XYZ 7.31 6.07 5.34 -
YUV 70.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 96 60 62 0 0.38 0.35 0.62 356.67 0.23 0.31
Hex 60 3C 3E 0 26 23 3E 165 17 1F
Octal 140 74 76 0 46 43 76 545 27 37
Binary 1100000 111100 111110 0 100110 100011 111110 101100101 10111 11111

Color Harmonies of #603C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603C3E

Black with #603C3E

Text Example


Text Example

White with #603C3E

Text Example


Text Example

HTML Codes & Css Web 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>