Html Css Color HEX #6D474D Tosca

📋 copy color: '#6D474D'

red 109 ◦ green 71 ◦ blue 77

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

Shades of Tosca #6D474D

Tints of Tosca #6D474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.63%

 BLUE value IS 77 (30.47% from 255) = 29.96%

R = 42.41%
G = 27.63%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.57

RGB Variations

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

Color information

#6D474D (or 0x6D474D) is known color: Tosca. HEX triplet: 6D, 47 and 4D. RGB value is (109,71,77). Sum of RGB (Red+Green+Blue) = 109+71+77=257 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.41% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 109 - color contains mainly: red. Hex color #6D474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D474D is #92B8B2. Grayscale: #535353. Windows color (decimal): -9615539 or 5064557. OLE color: 5064557.

HSL color Cylindrical-coordinate representation of color #6D474D: hue angle of 350.53º 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 #6D474D is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 71 77 -
CMYK 0 0.35 0.29 0.57
HSL 350.53º 0.21% 0.35% -
HSV(B) 350.53º 0.35% 0.43% -
XYZ 9.9 8.29 8.1 -
YUV 83.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 109 71 77 0 0.35 0.29 0.57 350.53 0.21 0.35
Hex 6D 47 4D 0 23 1D 39 15F 15 23
Octal 155 107 115 0 43 35 71 537 25 43
Binary 1101101 1000111 1001101 0 100011 11101 111001 101011111 10101 100011

Color Harmonies of #6D474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D474D

Black with #6D474D

Text Example


Text Example

White with #6D474D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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