#6C4A4D

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

Shades of Tosca #6C4A4D

Tints of Tosca #6C4A4D

Color information

#6C4A4D (or 0x6C4A4D) is unknown color: approx Tosca. HEX triplet: 6C, 4A and 4D. RGB value is (108,74,77). Sum of RGB (Red+Green+Blue) = 108+74+77=259 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.70% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4A4D is #93B5B2. Grayscale: #545454. Windows color (decimal): -9680307 or 5065324. OLE color: 5065324.

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

Color convert

RGB1087477-
CMYK00.310.290.58
HSL354.71º18.68%35.69%-
HSV(B)354.71º31.48%42.35%-
XYZ9.978.628.16-
YUV84.51123.76144.76-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.70%
GREEN value IS 74 (29.30% from 255) = 28.57%
BLUE value IS 77 (30.47% from 255) = 29.73%
R=41.70%
G=28.57%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108747700.310.290.58354.7118.6835.69
Hex6C4A4D01F1D3A1631324
Octal15411211503735725432344
Binary1101100100101010011010111111110111101010110001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,74,77); }

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

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

 a { background-color: rgb(108,74,77); }

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

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

 span { border-color: rgb(108,74,77); }

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