Html Css Color HEX #6D494B Tosca

📋 copy color: '#6D494B'

red 109 ◦ green 73 ◦ blue 75

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

Shades of Tosca #6D494B

Tints of Tosca #6D494B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.18%

R = 42.41%
G = 28.4%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#6D494B (or 0x6D494B) is known color: Tosca. HEX triplet: 6D, 49 and 4B. RGB value is (109,73,75). Sum of RGB (Red+Green+Blue) = 109+73+75=257 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.41% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 109 - color contains mainly: red. Hex color #6D494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D494B is #92B6B4. Grayscale: #545454. Windows color (decimal): -9615029 or 4933997. OLE color: 4933997.

HSL color Cylindrical-coordinate representation of color #6D494B: hue angle of 356.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 #6D494B is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 73 75 -
CMYK 0 0.33 0.31 0.57
HSL 356.67º 0.2% 0.36% -
HSV(B) 356.67º 0.33% 0.43% -
XYZ 9.96 8.52 7.78 -
YUV 83.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 109 73 75 0 0.33 0.31 0.57 356.67 0.2 0.36
Hex 6D 49 4B 0 21 1F 39 165 14 24
Octal 155 111 113 0 41 37 71 545 24 44
Binary 1101101 1001001 1001011 0 100001 11111 111001 101100101 10100 100100

Color Harmonies of #6D494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D494B

Black with #6D494B

Text Example


Text Example

White with #6D494B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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