#613C40

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

Shades of Tosca #613C40

Tints of Tosca #613C40

Color information

#613C40 (or 0x613C40) is unknown color: approx Tosca. HEX triplet: 61, 3C and 40. RGB value is (97,60,64). Sum of RGB (Red+Green+Blue) = 97+60+64=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 97 - color contains mainly: red. Hex color #613C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C40 is #9EC3BF. Grayscale: #474747. Windows color (decimal): -10404800 or 4209761. OLE color: 4209761.

HSL color Cylindrical-coordinate representation of color #613C40: hue angle of 353.51º degrees, saturation: 0.24, 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 #613C40 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB976064-
CMYK00.380.340.62
HSL353.51º23.57%30.78%-
HSV(B)353.51º38.14%38.04%-
XYZ7.476.145.64-
YUV71.52123.76146.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.89%
GREEN value IS 60 (23.83% from 255) = 27.15%
BLUE value IS 64 (25.39% from 255) = 28.96%
R=43.89%
G=27.15%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97606400.380.340.62353.5123.5730.78
Hex613C40026223E162181f
Octal1417410004642765423037
Binary1100001111100100000001001101000101111101011000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613C40; }

 p { color: rgb(97,60,64); }

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

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

 a { background-color: rgb(97,60,64); }

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

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

 span { border-color: rgb(97,60,64); }

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