#613F41

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

Shades of Tosca #613F41

Tints of Tosca #613F41

Color information

#613F41 (or 0x613F41) is unknown color: approx Tosca. HEX triplet: 61, 3F and 41. RGB value is (97,63,65). Sum of RGB (Red+Green+Blue) = 97+63+65=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #613F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F41 is #9EC0BE. Grayscale: #494949. Windows color (decimal): -10404031 or 4276065. OLE color: 4276065.

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

Color convert

RGB976365-
CMYK00.350.330.62
HSL356.47º21.25%31.37%-
HSV(B)356.47º35.05%38.04%-
XYZ7.666.485.85-
YUV73.39123.26144.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.11%
GREEN value IS 63 (25% from 255) = 28%
BLUE value IS 65 (25.78% from 255) = 28.89%
R=43.11%
G=28%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97636500.350.330.62356.4721.2531.37
Hex613F41023213E164151f
Octal1417710104341765442537
Binary1100001111111100000101000111000011111101011001001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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