#6C3D40

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

Shades of Tosca #6C3D40

Tints of Tosca #6C3D40

Color information

#6C3D40 (or 0x6C3D40) is unknown color: approx Tosca. HEX triplet: 6C, 3D and 40. RGB value is (108,61,64). Sum of RGB (Red+Green+Blue) = 108+61+64=233 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.35% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3D40 is #93C2BF. Grayscale: #4B4B4B. Windows color (decimal): -9683648 or 4210028. OLE color: 4210028.

HSL color Cylindrical-coordinate representation of color #6C3D40: hue angle of 356.17º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C3D40 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB1086164-
CMYK00.440.410.58
HSL356.17º27.81%33.14%-
HSV(B)356.17º43.52%42.35%-
XYZ8.786.95.72-
YUV75.4121.57151.26-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.35%
GREEN value IS 61 (24.22% from 255) = 26.18%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=46.35%
G=26.18%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108616400.440.410.58356.1727.8133.14
Hex6C3D4002C293A1641c21
Octal1547510005451725443441
Binary11011001111011000000010110010100111101010110010011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C3D40; }

 p { color: rgb(108,61,64); }

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

<style>
 a { background-color: #6C3D40; }

 a { background-color: rgb(108,61,64); }

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

<style>
 span { border-color: #6C3D40; }

 span { border-color: rgb(108,61,64); }

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