#613F42

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

Shades of Tosca #613F42

Tints of Tosca #613F42

Color information

#613F42 (or 0x613F42) is unknown color: approx Tosca. HEX triplet: 61, 3F and 42. RGB value is (97,63,66). Sum of RGB (Red+Green+Blue) = 97+63+66=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #613F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F42 is #9EC0BD. Grayscale: #494949. Windows color (decimal): -10404030 or 4341601. OLE color: 4341601.

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

Color convert

RGB976366-
CMYK00.350.320.62
HSL354.71º21.25%31.37%-
HSV(B)354.71º35.05%38.04%-
XYZ7.696.496-
YUV73.51123.76144.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.92%
GREEN value IS 63 (25% from 255) = 27.88%
BLUE value IS 66 (26.17% from 255) = 29.20%
R=42.92%
G=27.88%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97636600.350.320.62354.7121.2531.37
Hex613F42023203E163151f
Octal1417710204340765432537
Binary1100001111111100001001000111000001111101011000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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