Html Css Color HEX #6D484D Tosca

📋 copy color: '#6D484D'

red 109 ◦ green 72 ◦ blue 77

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

Shades of Tosca #6D484D

Tints of Tosca #6D484D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.91%

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

R = 42.25%
G = 27.91%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.57

RGB Variations

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

Color information

#6D484D (or 0x6D484D) is known color: Tosca. HEX triplet: 6D, 48 and 4D. RGB value is (109,72,77). Sum of RGB (Red+Green+Blue) = 109+72+77=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 109 - color contains mainly: red. Hex color #6D484D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D484D is #92B7B2. Grayscale: #535353. Windows color (decimal): -9615283 or 5064813. OLE color: 5064813.

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

Color convert

RGB 109 72 77 -
CMYK 0 0.34 0.29 0.57
HSL 351.89º 0.2% 0.35% -
HSV(B) 351.89º 0.34% 0.43% -
XYZ 9.96 8.42 8.12 -
YUV 83.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 109 72 77 0 0.34 0.29 0.57 351.89 0.2 0.35
Hex 6D 48 4D 0 22 1D 39 160 14 23
Octal 155 110 115 0 42 35 71 540 24 43
Binary 1101101 1001000 1001101 0 100010 11101 111001 101100000 10100 100011

Color Harmonies of #6D484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D484D

Black with #6D484D

Text Example


Text Example

White with #6D484D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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