Html Css Color HEX #6D494E Tosca

📋 copy color: '#6D494E'

red 109 ◦ green 73 ◦ blue 78

#6D494E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tosca #6D494E

Tints of Tosca #6D494E

RGB

 RED value IS 109 (42.97% from 255) = 41.92%

 GREEN value IS 73 (28.91% from 255) = 28.08%

 BLUE value IS 78 (30.86% from 255) = 30%

R = 41.92%
G = 28.08%
B = 30%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D494E (or 0x6D494E) is known color: Tosca. HEX triplet: 6D, 49 and 4E. RGB value is (109,73,78). Sum of RGB (Red+Green+Blue) = 109+73+78=260 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.92% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 109 - color contains mainly: red. Hex color #6D494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D494E is #92B6B1. Grayscale: #545454. Windows color (decimal): -9615026 or 5130605. OLE color: 5130605.

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

Color convert

RGB 109 73 78 -
CMYK 0 0.33 0.28 0.57
HSL 351.67º 0.2% 0.36% -
HSV(B) 351.67º 0.33% 0.43% -
XYZ 10.06 8.57 8.33 -
YUV 84.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 109 73 78 0 0.33 0.28 0.57 351.67 0.2 0.36
Hex 6D 49 4E 0 21 1C 39 160 14 24
Octal 155 111 116 0 41 34 71 540 24 44
Binary 1101101 1001001 1001110 0 100001 11100 111001 101100000 10100 100100

Color Harmonies of #6D494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D494E

Black with #6D494E

Text Example


Text Example

White with #6D494E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,73,78); }

 H1.HeaderClassName
 {
   color: #6D494E;
 }
 .AnyTagClassName
 {
   color: #6D494E;
 }
</style>

background-color css

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

 a { background-color: rgb(109,73,78); }

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

border-color css

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

 span { border-color: rgb(109,73,78); }

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