#6C4549

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

Shades of Tosca #6C4549

Tints of Tosca #6C4549

Color information

#6C4549 (or 0x6C4549) is unknown color: approx Tosca. HEX triplet: 6C, 45 and 49. RGB value is (108,69,73). Sum of RGB (Red+Green+Blue) = 108+69+73=250 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.2% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4549 is #93BAB6. Grayscale: #515151. Windows color (decimal): -9681591 or 4801900. OLE color: 4801900.

HSL color Cylindrical-coordinate representation of color #6C4549: hue angle of 353.85º 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 #6C4549 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB1086973-
CMYK00.360.320.58
HSL353.85º22.03%34.71%-
HSV(B)353.85º36.11%42.35%-
XYZ9.527.937.33-
YUV81.12123.42147.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.2%
GREEN value IS 69 (27.34% from 255) = 27.6%
BLUE value IS 73 (28.91% from 255) = 29.2%
R=43.2%
G=27.6%
B=29.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108697300.360.320.58353.8522.0334.71
Hex6C4549024203A1621623
Octal15410511104440725422643
Binary110110010001011001001010010010000011101010110001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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