#6C4546

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

Shades of Tosca #6C4546

Tints of Tosca #6C4546

Color information

#6C4546 (or 0x6C4546) is unknown color: approx Tosca. HEX triplet: 6C, 45 and 46. RGB value is (108,69,70). Sum of RGB (Red+Green+Blue) = 108+69+70=247 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.72% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4546 is #93BAB9. Grayscale: #505050. Windows color (decimal): -9681594 or 4605292. OLE color: 4605292.

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

Color convert

RGB1086970-
CMYK00.360.350.58
HSL358.46º22.03%34.71%-
HSV(B)358.46º36.11%42.35%-
XYZ9.427.896.82-
YUV80.78121.92147.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.72%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 70 (27.73% from 255) = 28.34%
R=43.72%
G=27.94%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108697000.360.350.58358.4622.0334.71
Hex6C4546024233A1661623
Octal15410510604443725462643
Binary110110010001011000110010010010001111101010110011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,69,70); }

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

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

 a { background-color: rgb(108,69,70); }

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

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

 span { border-color: rgb(108,69,70); }

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