#6D464C

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

Shades of Tosca #6D464C

Tints of Tosca #6D464C

Color information

#6D464C (or 0x6D464C) is unknown color: approx Tosca. HEX triplet: 6D, 46 and 4C. RGB value is (109,70,76). Sum of RGB (Red+Green+Blue) = 109+70+76=255 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.75% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 109 - color contains mainly: red. Hex color #6D464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D464C is #92B9B3. Grayscale: #525252. Windows color (decimal): -9615796 or 4998765. OLE color: 4998765.

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

Color convert

RGB1097076-
CMYK00.360.300.57
HSL350.77º21.79%35.1%-
HSV(B)350.77º35.78%42.75%-
XYZ9.88.157.89-
YUV82.34124.42147.01-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.75%
GREEN value IS 70 (27.73% from 255) = 27.45%
BLUE value IS 76 (30.08% from 255) = 29.80%
R=42.75%
G=27.45%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109707600.360.300.57350.7721.7935.1
Hex6D464C0241E3915f1623
Octal15510611404436715372643
Binary11011011000110100110001001001111011100110101111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,70,76); }

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

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

 a { background-color: rgb(109,70,76); }

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

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

 span { border-color: rgb(109,70,76); }

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