Html Css Color HEX #6D484A Tosca

📋 copy color: '#6D484A'

red 109 ◦ green 72 ◦ blue 74

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

Shades of Tosca #6D484A

Tints of Tosca #6D484A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.02%

R = 42.75%
G = 28.24%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6D484A (or 0x6D484A) is known color: Tosca. HEX triplet: 6D, 48 and 4A. RGB value is (109,72,74). Sum of RGB (Red+Green+Blue) = 109+72+74=255 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.75% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 109 - color contains mainly: red. Hex color #6D484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D484A is #92B7B5. Grayscale: #535353. Windows color (decimal): -9615286 or 4868205. OLE color: 4868205.

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

Color convert

RGB 109 72 74 -
CMYK 0 0.34 0.32 0.57
HSL 356.76º 0.2% 0.35% -
HSV(B) 356.76º 0.34% 0.43% -
XYZ 9.86 8.38 7.58 -
YUV 83.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 109 72 74 0 0.34 0.32 0.57 356.76 0.2 0.35
Hex 6D 48 4A 0 22 20 39 165 14 23
Octal 155 110 112 0 42 40 71 545 24 43
Binary 1101101 1001000 1001010 0 100010 100000 111001 101100101 10100 100011

Color Harmonies of #6D484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D484A

Black with #6D484A

Text Example


Text Example

White with #6D484A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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