#6C3F40

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

Shades of Tosca #6C3F40

Tints of Tosca #6C3F40

Color information

#6C3F40 (or 0x6C3F40) is unknown color: approx Tosca. HEX triplet: 6C, 3F and 40. RGB value is (108,63,64). Sum of RGB (Red+Green+Blue) = 108+63+64=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3F40 is #93C0BF. Grayscale: #4C4C4C. Windows color (decimal): -9683136 or 4210540. OLE color: 4210540.

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

Color convert

RGB1086364-
CMYK00.420.410.58
HSL358.67º26.32%33.53%-
HSV(B)358.67º41.67%42.35%-
XYZ8.897.115.76-
YUV76.57120.91150.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.96%
GREEN value IS 63 (25% from 255) = 26.81%
BLUE value IS 64 (25.39% from 255) = 27.23%
R=45.96%
G=26.81%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108636400.420.410.58358.6726.3233.53
Hex6C3F4002A293A1671a22
Octal1547710005251725473242
Binary11011001111111000000010101010100111101010110011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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