#613F40

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

Shades of Tosca #613F40

Tints of Tosca #613F40

Color information

#613F40 (or 0x613F40) is unknown color: approx Tosca. HEX triplet: 61, 3F and 40. RGB value is (97,63,64). Sum of RGB (Red+Green+Blue) = 97+63+64=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #613F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F40 is #9EC0BF. Grayscale: #494949. Windows color (decimal): -10404032 or 4210529. OLE color: 4210529.

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

Color convert

RGB976364-
CMYK00.350.340.62
HSL358.24º21.25%31.37%-
HSV(B)358.24º35.05%38.04%-
XYZ7.636.475.7-
YUV73.28122.76144.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.30%
GREEN value IS 63 (25% from 255) = 28.12%
BLUE value IS 64 (25.39% from 255) = 28.57%
R=43.30%
G=28.12%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97636400.350.340.62358.2421.2531.37
Hex613F40023223E166151f
Octal1417710004342765462537
Binary1100001111111100000001000111000101111101011001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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