#6D474C

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

Shades of Tosca #6D474C

Tints of Tosca #6D474C

Color information

#6D474C (or 0x6D474C) is unknown color: approx Tosca. HEX triplet: 6D, 47 and 4C. RGB value is (109,71,76). Sum of RGB (Red+Green+Blue) = 109+71+76=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 109 - color contains mainly: red. Hex color #6D474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D474C is #92B8B3. Grayscale: #525252. Windows color (decimal): -9615540 or 4999021. OLE color: 4999021.

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

Color convert

RGB1097176-
CMYK00.350.300.57
HSL352.11º21.11%35.29%-
HSV(B)352.11º34.86%42.75%-
XYZ9.868.287.92-
YUV82.93124.09146.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.58%
GREEN value IS 71 (28.12% from 255) = 27.73%
BLUE value IS 76 (30.08% from 255) = 29.69%
R=42.58%
G=27.73%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109717600.350.300.57352.1121.1135.29
Hex6D474C0231E391601523
Octal15510711404336715402543
Binary11011011000111100110001000111111011100110110000010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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